Skip to content

Commit

Permalink
update gem requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 19, 2019
1 parent e1c9441 commit f2a85f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gem 'google-protobuf', '3.10.0.rc.1'
gem 'sprockets', '~> 3.7', '>= 3.7.2'
gem 'sprockets-rails', '~> 3.2', '>= 3.2.1', :require => 'sprockets/railtie'
gem 'coffee-rails', '~> 4.1', '>= 4.1.1'
gem 'sassc-rails', '>= 2.1.0'
gem 'sassc-rails', '~> 2.1', '>= 2.1.2'
gem 'uglifier', '~> 2.7', '>= 2.7.2'
gem 'mini_magick', '~> 4.5', '>= 4.5.1'
gem 'remotipart', '~> 1.2'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ DEPENDENCIES
rubocop (~> 0.77.0)
rubocop-performance (~> 1.5, >= 1.5.1)
rubocop-rails (~> 2.4)
sassc-rails (>= 2.1.0)
sassc-rails (~> 2.1, >= 2.1.2)
sentry-raven (~> 2.9)
shoryuken (~> 4.0)
shoulda-matchers (~> 2.7.0)
Expand Down

0 comments on commit f2a85f5

Please sign in to comment.