Skip to content

Commit

Permalink
GH workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Oct 12, 2022
1 parent ecfb04e commit 099e584
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ruby: [ "2.7", "3.0", "3.1" ]
rails: [ "6.0", "7.0" ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@ source "https://rubygems.org"

gem "activesupport", "~> 6.1.7", ">= 6.1.0"
gem "activerecord", "~> 6.1.7", ">= 6.1.0"
gem "rake", "~> 13.0"
gem "minitest", "~> 5.0"
gem "standard", "~> 1.3"
gem "steep", "~> 1.2"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@ source "https://rubygems.org"

gem "activesupport", "~> 7.0.4"
gem "activerecord", "~> 7.0.4"
gem "rake", "~> 13.0"
gem "minitest", "~> 5.0"
gem "standard", "~> 1.3"
gem "steep", "~> 1.2"

gemspec path: "../"

0 comments on commit 099e584

Please sign in to comment.