Skip to content

Commit

Permalink
allow rails 5 in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aserafin committed Jul 1, 2016
1 parent 154e6b4 commit bbcb75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'http://rubygems.org'
gem 'rails', ">= 3.1", "< 4.3"
gem 'rails', ">= 3.1", "< 5.1"
gemspec

0 comments on commit bbcb75a

Please sign in to comment.