Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Nov 13, 2023
1 parent 673c233 commit 4cfad13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
matrix:
include:
- ruby: 3.2
gemfile: gemfiles/rails71.gemfile
- ruby: 3.1
gemfile: Gemfile
- ruby: 3.1
gemfile: gemfiles/rails70.gemfile
- ruby: "3.0"
gemfile: gemfiles/rails61.gemfile
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "rails", "~> 7.0.0"
gem "rails", "~> 7.1.0"
gem "rake"
gem "minitest"
gem "combustion"
Expand All @@ -12,6 +12,3 @@ gem "mysql2"
gem "mongoid"
gem "browser", "~> 2.0"
gem "user_agent_parser"

# for https://github.com/ruby/cgi/pull/29
gem "cgi", ">= 0.3.6"
5 changes: 4 additions & 1 deletion gemfiles/rails71.gemfile → gemfiles/rails70.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", "7.1.0.rc2"
gem "rails", "~> 7.0.0"
gem "rake"
gem "minitest"
gem "combustion"
Expand All @@ -12,3 +12,6 @@ gem "mysql2"
gem "mongoid"
gem "browser", "~> 2.0"
gem "user_agent_parser"

# for https://github.com/ruby/cgi/pull/29
gem "cgi", ">= 0.3.6"

0 comments on commit 4cfad13

Please sign in to comment.