Skip to content

Commit

Permalink
Make rails version more explicit in gemfile
Browse files Browse the repository at this point in the history
closes #741
  • Loading branch information
hackartisan committed Aug 10, 2020
1 parent ed3761b commit de785ee
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 @@ -6,7 +6,7 @@ gem 'graphql-client'
gem 'jbuilder', '~> 2.0'
gem 'jquery-rails'
gem 'rack', '>= 2.0.6'
gem 'rails', '~> 5.1'
gem 'rails', '~> 5.2'
gem 'sass-rails', '~> 5.0'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'turbolinks'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ DEPENDENCIES
pul-assets!
puma
rack (>= 2.0.6)
rails (~> 5.1)
rails (~> 5.2)
rails-controller-testing
redis-namespace
riiif
Expand Down

0 comments on commit de785ee

Please sign in to comment.