Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vanakenm committed Feb 21, 2022
1 parent abe91de commit 594e3da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.5
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ gem 'omniauth-slack'

gem 'bcrypt'
gem 'bootstrap-sass', '~> 3.4.1'
gem 'sassc-rails', '~> 2.1.0'
gem 'devise'
gem 'httparty'
gem 'jquery-rails'
Expand Down
12 changes: 11 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ GEM
tilt (>= 1.1, < 3)
sassc (2.2.1)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (3.8.0)
childprocess (~> 0.5)
rubyzip (~> 1.0)
Expand Down Expand Up @@ -273,6 +279,7 @@ DEPENDENCIES
puma (~> 3.7)
rails (~> 5.1.3)
sass-rails (~> 5.0)
sassc-rails (~> 2.1.0)
selenium-webdriver
spring
spring-watcher-listen (~> 2.0.0)
Expand All @@ -282,5 +289,8 @@ DEPENDENCIES
uglifier (>= 1.3.0)
web-console (>= 3.3.0)

RUBY VERSION
ruby 2.7.5p203

BUNDLED WITH
1.15.1
2.3.7

0 comments on commit 594e3da

Please sign in to comment.