Skip to content

Commit 12a6078

Browse files
committed
Add Gemfile for Rails 7.1
1 parent 0bf6322 commit 12a6078

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
gemfile:
3838
- Gemfile.rails61
3939
- Gemfile.rails70
40+
- Gemfile.rails71
4041
- Gemfile.railsmaster
4142
- Gemfile.mongo_mapper
4243
db:

Gemfile.rails71

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
eval_gemfile('Gemfile.global')
2+
3+
gem 'minitest', '~> 5.8'
4+
gem 'rails', github: 'rails/rails', branch: '7-1-stable', require: false
5+
6+
gem 'mongoid', github: 'mongodb/mongoid'
7+
8+
gem 'sqlite3', :platform => [:ruby, :mswin, :mingw]

0 commit comments

Comments
 (0)