Skip to content

Commit

Permalink
Allow upgrading Rails 5.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 25, 2020
1 parent dc3a25f commit f4e504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.rails5.2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

rails_version = '~> 5.2.4.1'
rails_version = '~> 5.2.4'

gem 'activerecord', rails_version
gem 'actionpack', rails_version
Expand Down

0 comments on commit f4e504f

Please sign in to comment.