Skip to content

Commit

Permalink
Merge branch 'master' into rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitlx authored May 22, 2024
2 parents bdd50da + b9ccfb2 commit de61c75
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 105 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read # for actions/checkout to fetch code
id-token: write # to get access to GitHub autogenerated OIDC token, used by codecov/codecov-action

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.1.2'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.0.4'
gem 'rails', '~> 7.0.8'

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem 'sprockets-rails'
Expand Down Expand Up @@ -81,7 +81,7 @@ end

group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem 'capybara', '~> 3.38'
gem 'capybara', '~> 3.40'
gem 'guard', '~> 2.18'
gem 'guard-minitest', '~> 2.4'
gem 'minitest', '~> 5.16'
Expand All @@ -90,6 +90,5 @@ group :test do
gem 'selenium-webdriver'
gem 'simplecov', '~> 0.21.2'
gem 'simplecov-cobertura', '~> 2.1'
gem 'webdrivers'
gem 'webmock', '~> 3.18'
end
Loading

0 comments on commit de61c75

Please sign in to comment.