Skip to content

Commit

Permalink
Add Ruby 3.1 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored and daddyz committed Feb 23, 2022
1 parent 1dff5d8 commit e7474a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ workflows:
name: build-v<< matrix.version >>
matrix:
parameters:
version: ["2.5.9", "2.6.7", "2.7.3", "3.0.1"]
version: ["2.5.9", "2.6.7", "2.7.3", "3.0.1", "3.1.0"]
- build-rails:
name: build-rails-v<< matrix.version >>
matrix:
parameters:
version: ["2.5.9", "2.6.7", "2.7.3", "3.0.1"]
version: ["2.5.9", "2.6.7", "2.7.3", "3.0.1", "3.1.0"]
10 changes: 10 additions & 0 deletions gemfiles/Gemfile.rails-7.0.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source "http://rubygems.org"

gem "rails", "~> 7.0.1"
gem 'rspec-rails', '~> 5.0'
gem 'rspec', '3.10.0'
gem "sqlite3", '~> 1.4.2'
gem "mime-types", "~> 3.3.1"
gem 'rails-controller-testing'

gemspec :path=>"../"

0 comments on commit e7474a1

Please sign in to comment.