Skip to content

Commit

Permalink
Update cloned rails app to rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
martinschaflitzl1 committed Dec 13, 2024
1 parent 96401bb commit 69346ca
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
include:
- ruby: 3.2.0
gemfile: tests/rails-7_capybara-3/Gemfile
- ruby: 3.2.0
- ruby: 3.3.6
gemfile: tests/rails-8_capybara-3/Gemfile
# Used to run rspec and integration tests for spreewald binary:
- ruby: 2.6.6
Expand Down
4 changes: 2 additions & 2 deletions tests/rails-8_capybara-3/Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.0'
ruby '3.3.6'

gem 'rails', '~>7'
gem 'rails', '~>8'
gem 'sqlite3'
gem 'haml-rails'
gem 'gemika'
Expand Down
Loading

0 comments on commit 69346ca

Please sign in to comment.