Skip to content

Commit 81b5808

Browse files
committed
Require 5.0.1
1 parent 0ac4348 commit 81b5808

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Gemfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
source 'https://rubygems.org'
22
gemspec
3-
4-
gem 'actionpack', github: 'rails/rails', branch: '5-0-stable'
5-
gem 'actionview', github: 'rails/rails', branch: '5-0-stable'
6-
gem 'activesupport', github: 'rails/rails', branch: '5-0-stable'
7-
gem 'railties', github: 'rails/rails', branch: '5-0-stable'

rails-controller-testing.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Gem::Specification.new do |s|
1818

1919
s.required_ruby_version = '>= 2.2.2'
2020

21-
s.add_dependency "actionpack", "~> 5.x" # TODO: require 5.0.1 to get the test case hook
22-
s.add_dependency "actionview", "~> 5.x" # TODO: require 5.0.1 to get the test case hook
21+
s.add_dependency "actionpack", "~> 5.x", ">= 5.0.1"
22+
s.add_dependency "actionview", "~> 5.x", ">= 5.0.1"
2323
s.add_dependency "activesupport", "~> 5.x"
2424

2525
s.add_development_dependency "railties", "~> 5.x"

0 commit comments

Comments
 (0)