Skip to content

Commit

Permalink
Remove Rails 4 from Gemfile
Browse files Browse the repository at this point in the history
Fixes warnings about the json gem being out of date.
  • Loading branch information
jcoyne authored and cbeer committed Aug 11, 2020
1 parent 8287b7a commit 2d2be8a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ else
gem 'webpacker', '~> 4.0'
when /^5.[12]/
gem 'sass-rails', '~> 5.0'
when /^4.2/
gem 'responders', '~> 2.0'
gem 'sass-rails', '>= 5.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'json', '~> 1.8'
when /^4.[01]/
gem 'sass-rails', '< 5.0'
end
end
# END ENGINE_CART BLOCK
Expand Down

0 comments on commit 2d2be8a

Please sign in to comment.