Skip to content

Commit edcdd87

Browse files
committed
Fix Gemfile so testing works out of the box.
1 parent b19de8c commit edcdd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "http://rubygems.org"
33
gemspec
44

55
# Uncomment and change rails version for testing purposes
6-
# gem "rails", "~> 5.0.0"
6+
gem "rails", "~> 5.2.0"
77
# gem "rails", "~> 6.0.0.beta1"
88

99
group :development do

0 commit comments

Comments
 (0)