File tree 4 files changed +32
-1
lines changed
4 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 24
24
ruby : ' 3.3'
25
25
- gemfile : rails-7.2-propshaft
26
26
ruby : ' 3.3'
27
+ - gemfile : rails-8.0
28
+ ruby : ' 3.4'
29
+ - gemfile : rails-8.0-propshaft
30
+ ruby : ' 3.4'
27
31
runs-on : ubuntu-latest
28
32
env :
29
33
BUNDLE_GEMFILE : ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'rails' , '~> 7.1.0'
3
+ gem 'rails' , '~> 8.0.1'
4
+ #gem 'rails', '~> 7.1.0'
4
5
#gem 'rails', '~> 7.0.0'
5
6
#gem 'rails', '~> 6.1.0'
6
7
#gem 'rails', '~> 6.0.0'
Original file line number Diff line number Diff line change
1
+ source 'https://rubygems.org'
2
+
3
+ gem 'rails', '~> 8.0.1'
4
+ gem 'propshaft'
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 => "../"
Original file line number Diff line number Diff line change
1
+ source 'https://rubygems.org'
2
+
3
+ gem 'rails', '~> 8.0.1'
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