Skip to content

Commit

Permalink
deps: bump httparty from 0.21.0 to 0.22.0 (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcuns authored Jun 9, 2024
1 parent 1a4cfa0 commit 9966bda
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
ruby: ["3.1", "3.2", "3.3"]
steps:
- name: Checkout
uses: actions/checkout@v4.1.6
Expand Down
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require:
- rubocop-performance

AllCops:
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1
NewCops: enable
Exclude:
- vendor/**/*
Expand Down Expand Up @@ -44,6 +44,9 @@ Style/StringLiterals:
Style/FetchEnvVar:
Enabled: false

Style/HashSyntax:
Enabled: false

RSpec/MultipleExpectations:
Max: 4

Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ GEM
climate_control (1.2.0)
concurrent-ruby (1.3.1)
connection_pool (2.4.1)
csv (3.3.0)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
Expand Down Expand Up @@ -117,7 +118,8 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
httparty (0.21.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
Expand Down Expand Up @@ -146,7 +148,8 @@ GEM
mini_portile2 (2.8.6)
minitest (5.23.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
Expand Down
2 changes: 1 addition & 1 deletion allure-report-publisher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/andrcuns/allure-report-uploader"
spec.license = "MIT"

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

spec.metadata = {
"source_code_uri" => "https://github.com/andrcuns/allure-report-uploader",
Expand Down

0 comments on commit 9966bda

Please sign in to comment.