Skip to content

Commit

Permalink
Update tested dependencies to newer versions and deprecate gem
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherJoSmith committed Sep 24, 2024
1 parent 6ba0cd8 commit 6a7ea78
Show file tree
Hide file tree
Showing 23 changed files with 254 additions and 238 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/ruby-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,11 @@ jobs:
fail-fast: false
matrix:
version:
- 2.5
- 2.6
- 2.7
- 3.2
- 3.3
gemfile:
- gemfiles/Gemfile.rails60
- gemfiles/Gemfile.rails72
- gemfiles/Gemfile.latest-release
- gemfiles/Gemfile.shopify
- gemfiles/Gemfile.rails-edge
exclude:
- version: 2.6
gemfile: gemfiles/Gemfile.rails-edge
- version: 2.5
gemfile: gemfiles/Gemfile.rails-edge
- version: 2.5
gemfile: gemfiles/Gemfile.shopify
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ group :remote_test do
gem 'mongrel', '1.2.0.pre2', :platforms => :ruby
end

gem 'money', '~> 6.8'
gem 'shopify-money'
Loading

0 comments on commit 6a7ea78

Please sign in to comment.