Skip to content

Commit 2b9fb03

Browse files
Remove hardcoded Ruby version from dummy Gemfile
This allows CI to test against all Ruby versions in the matrix (3.0-3.4). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f925c99 commit 2b9fb03

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

spec/dummy/Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '3.1.6'
5-
64
gem 'rails', '~> 7.0.0'
75
gem 'sqlite3', '~> 1.4'
86
gem 'administrate', '~> 0.19.0'

0 commit comments

Comments
 (0)