Skip to content

Commit a6b3410

Browse files
authored
Relax the aruba requirement to cover Ruby 2.5
1 parent e418a2e commit a6b3410

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gemspec
55
gem "rails", ">= 5.2.0", "< 9"
66

77
group :test do
8-
gem "aruba", "~> 2.2"
8+
gem "aruba", "~> 2.1"
99
gem "rspec", "~> 3.13"
1010
gem "sqlite3"
1111
end

gemfiles/rails52.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gemspec path: ".."
55
gem "rails", "~> 5.2.0"
66

77
group :test do
8-
gem "aruba", "~> 2.2"
8+
gem "aruba", "~> 2.1"
99
gem "rspec", "~> 3.13"
1010
gem "sqlite3", "~> 1.4"
1111
end

gemfiles/rails60.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "rails", "~> 6.0.0"
88
gem "concurrent-ruby", "< 1.3.5"
99

1010
group :test do
11-
gem "aruba", "~> 2.2"
11+
gem "aruba", "~> 2.1"
1212
gem "rspec", "~> 3.13"
1313
gem "sqlite3", "~> 1.4"
1414
end

gemfiles/rails61.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "rails", "~> 6.1.0"
88
gem "concurrent-ruby", "< 1.3.5"
99

1010
group :test do
11-
gem "aruba", "~> 2.2"
11+
gem "aruba", "~> 2.1"
1212
gem "rspec", "~> 3.13"
1313
gem "sqlite3", "~> 1.4"
1414
end

gemfiles/rails70.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "rails", "~> 7.0.0"
88
gem "concurrent-ruby", "< 1.3.5"
99

1010
group :test do
11-
gem "aruba", "~> 2.2"
11+
gem "aruba", "~> 2.1"
1212
gem "rspec", "~> 3.13"
1313
gem "sqlite3", "~> 1.4"
1414
end

gemfiles/rails71.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gemspec path: ".."
55
gem "rails", "~> 7.1.0"
66

77
group :test do
8-
gem "aruba", "~> 2.2"
8+
gem "aruba", "~> 2.1"
99
gem "rspec", "~> 3.13"
1010
gem "sqlite3"
1111
end

gemfiles/rails72.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gemspec path: ".."
55
gem "rails", "~> 7.2.0"
66

77
group :test do
8-
gem "aruba", "~> 2.2"
8+
gem "aruba", "~> 2.1"
99
gem "rspec", "~> 3.13"
1010
gem "sqlite3"
1111
end

gemfiles/rails80.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gemspec path: ".."
55
gem "rails", "~> 8.0.0"
66

77
group :test do
8-
gem "aruba", "~> 2.2"
8+
gem "aruba", "~> 2.1"
99
gem "rspec", "~> 3.13"
1010
gem "sqlite3"
1111
end

0 commit comments

Comments
 (0)