Skip to content

Commit

Permalink
Merge pull request #80 from jnbt/ruby-3-1
Browse files Browse the repository at this point in the history
Ruby 3.1
  • Loading branch information
jnbt committed Feb 23, 2023
2 parents e6e5431 + 2883cec commit 4fe5146
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "jruby-9.3.10.0"
- "jruby-9.4.1.0"
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.5
3.1.3
6 changes: 3 additions & 3 deletions candy_check.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = Gem::Requirement.new(">= 2.6")

spec.add_dependency "google-apis-androidpublisher_v3", "~> 0.2.0"
spec.add_dependency "googleauth", "~> 0.16"
spec.add_dependency "multi_json", "~> 1.10"
spec.add_dependency "google-apis-androidpublisher_v3", "~> 0.25.0"
spec.add_dependency "googleauth", "~> 1.2.0"
spec.add_dependency "multi_json", "~> 1.15"
spec.add_dependency "thor", "< 2.0"

spec.add_development_dependency "bundler", "~> 2.0"
Expand Down
2 changes: 1 addition & 1 deletion spec/app_store/receipt_collection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

it 'has positive overdue days' do
overdue = subject.overdue_days
_(overdue).must_be_instance_of Fixnum
_(overdue).must_be_instance_of Integer
assert overdue > 0
end

Expand Down

0 comments on commit 4fe5146

Please sign in to comment.