Skip to content

Commit f68b5c8

Browse files
committed
Release 1.0.0
1 parent e56cee4 commit f68b5c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Rails
22
module Controller
33
module Testing
4-
VERSION = "0.1.1"
4+
VERSION = "1.0.0"
55
end
66
end
77
end

rails-controller-testing.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ 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'
20+
1921
s.add_dependency "actionpack", "~> 5.x"
2022
s.add_dependency "actionview", "~> 5.x"
2123
s.add_dependency "activesupport", "~> 5.x"

0 commit comments

Comments
 (0)