Skip to content

Commit 31d7579

Browse files
authored
Merge pull request #27 from aried3r/patch-1
Rails 5 requires Ruby 2.2.2+
2 parents 9e3b5ff + 4c3c075 commit 31d7579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails-controller-testing.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.test_files = Dir["test/**/*"]
1717
s.require_path = ['lib']
1818

19-
s.required_ruby_version = '>= 2.2.1'
19+
s.required_ruby_version = '>= 2.2.2'
2020

2121
s.add_dependency "actionpack", "~> 5.x"
2222
s.add_dependency "actionview", "~> 5.x"

0 commit comments

Comments
 (0)