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 20, 2022
1 parent 6e867e7 commit 453b31b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 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
2 changes: 1 addition & 1 deletion gemfiles/rails6.gemfile → gemfiles/rails61.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec path: ".."

gem "rails", "~> 6.0"
gem "rails", "~> 6.1.0"

group :test do
gem "aruba", "~> 1.0"
Expand Down
11 changes: 11 additions & 0 deletions gemfiles/rails70.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rails", "~> 7.0.0"

group :test do
gem "aruba", "~> 1.0"
gem "rspec", "~> 3.9"
gem "sqlite3"
end

0 comments on commit 453b31b

Please sign in to comment.