Skip to content

Commit ac4975e

Browse files
committed
Remove ruby2.0 exceptions from gemfiles
..since I stopped testing it in rack#184
1 parent eb987a1 commit ac4975e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

gemfiles/activesupport4.1.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 "activesupport", "~> 4.1.0"
66
gem "actionpack", "~> 4.1.0"
7-
gem "listen", "<= 3.0.6", platforms: [:ruby_20, :ruby_21, :jruby]
7+
gem "listen", "<= 3.0.6", platforms: [:ruby_21, :jruby]
88

99
group :development do
1010
gem "pry"

gemfiles/activesupport4.2.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 "activesupport", "~> 4.2.0"
66
gem "actionpack", "~> 4.2.0"
7-
gem "listen", "<= 3.0.6", platforms: [:ruby_20, :ruby_21, :jruby]
7+
gem "listen", "<= 3.0.6", platforms: [:ruby_21, :jruby]
88

99
group :development do
1010
gem "pry"

gemfiles/dalli2.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
source "https://rubygems.org"
44

55
gem "dalli", "~> 2.0"
6-
gem "rack", "<= 1.4.7", platforms: [:ruby_20, :ruby_21, :jruby]
7-
gem "activesupport", "<= 3.2.22.2", platforms: [:ruby_20, :ruby_21, :jruby]
8-
gem "listen", "<= 3.0.6", platforms: [:ruby_20, :ruby_21, :jruby]
6+
gem "rack", "<= 1.4.7", platforms: [:ruby_21, :jruby]
7+
gem "activesupport", "<= 3.2.22.2", platforms: [:ruby_21, :jruby]
8+
gem "listen", "<= 3.0.6", platforms: [:ruby_21, :jruby]
99

1010
group :development do
1111
gem "pry"

0 commit comments

Comments
 (0)