Skip to content

Commit

Permalink
Test with Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamniedzielski committed Jun 14, 2024
1 parent 9585037 commit 10ac253
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
gemfile:
- rails6.1
- rails7.0
- rails7.1
ruby:
- "3.0"
- "3.1"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- redis
environment:
- REDIS_URL=redis://redis:6379/1
- BUNDLE_GEMFILE=gemfiles/rails7.0.gemfile
- BUNDLE_GEMFILE=gemfiles/rails7.1.gemfile
redis:
image: "redis:6-alpine"
command: redis-server
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/rails7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source "https://rubygems.org"

gem "rails", "~> 7.1.3"
gem "mongoid"
gem "sqlite3", "~> 1.4"

gemspec path: "../"

0 comments on commit 10ac253

Please sign in to comment.