Skip to content

Commit 8bc64f3

Browse files
committed
Support Rails 6.0.0
1 parent 6013729 commit 8bc64f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemfiles/6.0.gemfile

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

55
gem "rake"
66
gem "appraisal"
7-
gem "activesupport", "~> 6.0.0.rc2"
7+
gem "activesupport", "~> 6.0.0"
88
gem "addressable", "~> 2.2"
99
gem "codeclimate-test-reporter", :group => :test, :require => nil
1010

0 commit comments

Comments
 (0)