Skip to content

Commit

Permalink
Update gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed Jul 14, 2022
1 parent 6e867e7 commit 2cad0ce
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 25 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,23 @@ branches:
gemfile:
- gemfiles/rails52.gemfile
- gemfiles/rails60.gemfile
- gemfiles/rails6.gemfile
- gemfiles/rails61.gemfile
- gemfiles/rails70.gemfile
jobs:
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails6.gemfile
- rvm: '3.1'
gemfile: gemfiles/rails52.gemfile
- rvm: '3.1'
gemfile: gemfiles/rails60.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails52.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails60.gemfile
- rvm: "2.5"
gemfile: gemfiles/rails70.gemfile
- rvm: "2.6"
gemfile: gemfiles/rails70.gemfile
language: ruby
rvm:
- "2.5"
Expand Down
6 changes: 0 additions & 6 deletions gemfiles/rails52.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ source "https://rubygems.org"
gemspec path: ".."

gem "rails", "~> 5.2.0"

group :test do
gem "aruba", "~> 1.0"
gem "rspec", "~> 3.9"
gem "sqlite3"
end
11 changes: 0 additions & 11 deletions gemfiles/rails6.gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions gemfiles/rails60.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ source "https://rubygems.org"
gemspec path: ".."

gem "rails", "~> 6.0.0"

group :test do
gem "aruba", "~> 1.0"
gem "rspec", "~> 3.9"
gem "sqlite3"
end
5 changes: 5 additions & 0 deletions gemfiles/rails61.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rails", "~> 6.1.0"
5 changes: 5 additions & 0 deletions gemfiles/rails70.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rails", "~> 7.0.0"

0 comments on commit 2cad0ce

Please sign in to comment.