File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1414 ruby : ' 2.7'
1515 - gemfile : rails-7.0
1616 ruby : ' 3.2'
17+ - gemfile : rails-7.1
18+ ruby : ' 3.2'
1719 runs-on : ubuntu-latest
1820 env :
1921 BUNDLE_GEMFILE : ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- gem 'rails' , '~> 7.0.0'
3+ gem 'rails' , '~> 7.1.0'
4+ #gem 'rails', '~> 7.0.0'
45#gem 'rails', '~> 6.1.0'
56#gem 'rails', '~> 6.0.0'
67#gem 'rails', '~> 5.2.2'
@@ -10,7 +11,7 @@ gem 'rails', '~> 7.0.0'
1011gem 'sprockets-rails'
1112gem 'turbolinks'
1213gem 'uglifier'
13- gem 'puma' , '~> 5.2'
14+ gem 'puma'
1415
1516group :test do
1617 gem "test-unit" , "~> 3.0"
Original file line number Diff line number Diff line change 1+ source 'https://rubygems.org'
2+
3+ gem 'rails', '~> 7.1.0'
4+ gem 'sprockets-rails'
5+ gem 'turbolinks'
6+
7+ group :test do
8+ gem "test-unit", "~> 3.0"
9+ gem "rspec-rails", "~> 6.0.1"
10+ gem "capybara", "~> 2.4.4"
11+ end
12+
13+ gemspec :path => "../"
You can’t perform that action at this time.
0 commit comments