Skip to content

Commit 1c1ef5a

Browse files
wip
1 parent 8b6d1c3 commit 1c1ef5a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ buildvariants:
782782
mongodb-version: '7.0'
783783
topology: server
784784
app-tests: yes
785-
rails: ['7.0', '7.1', '7.2']
785+
rails: ['7.0']
786786
os: ubuntu-22.04
787787
display_name: "app tests ${driver}, ${ruby}, ${rails}"
788788
tasks:

.evergreen/config/variants.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ buildvariants:
143143
mongodb-version: '7.0'
144144
topology: server
145145
app-tests: yes
146-
rails: ['7.0', '7.1', '7.2']
146+
rails: ['7.0']
147147
os: ubuntu-22.04
148148
display_name: "app tests ${driver}, ${ruby}, ${rails}"
149149
tasks:

gemfiles/rails-7.2.gemfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'actionpack', '~> 7.2'
4+
gem 'activemodel', '~> 7.2'
5+
6+
gemspec path: '..'
7+
8+
require_relative './standard'
9+
10+
standard_dependencies

0 commit comments

Comments
 (0)