Skip to content

Commit

Permalink
Fix gemfile for Rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Feb 27, 2019
1 parent 8fb8e64 commit 45cd9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem "rails", "~>6.0"
gem "rails", ">=6.0.0.beta"

gemspec path: "../"

0 comments on commit 45cd9be

Please sign in to comment.