Skip to content

Commit

Permalink
Merge pull request #176 from raszi/feat/update-deps
Browse files Browse the repository at this point in the history
chore(deps-dev): update dependencies
  • Loading branch information
raszi authored Aug 27, 2024
2 parents 39b1549 + 097651b commit 90b43a8
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
gemfile: [faraday_1, faraday_2]

env:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Metrics/ParameterLists:
Naming/AccessorMethodName:
Enabled: false

RSpec/FilePath:
RSpec/SpecFilePathFormat:
Enabled: false
RSpec/NestedGroups:
Enabled: false
Expand Down
11 changes: 11 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in mkto_rest.gemspec
gemspec

gem 'bundler', '~> 2.0'
gem 'gem-release', '~> 2.1'
gem 'pry-byebug', '~> 3.7'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.2'
gem 'rubocop', '~> 1.65'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 3.0'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.1'
107 changes: 56 additions & 51 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,86 +8,91 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
byebug (11.1.3)
coderay (1.1.3)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.0)
docile (1.4.0)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
diff-lcs (1.5.1)
docile (1.4.1)
faraday (2.11.0)
faraday-net_http (>= 2.0, < 3.4)
logger
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.0.2)
faraday-net_http (3.3.0)
net-http
gem-release (2.2.2)
hashdiff (1.0.1)
json (2.6.3)
method_source (1.0.0)
multipart-post (2.2.3)
parallel (1.23.0)
parser (3.2.2.0)
hashdiff (1.1.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
method_source (1.1.0)
multipart-post (2.4.1)
net-http (0.4.1)
uri
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
pry (0.13.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (5.0.3)
pry (>= 0.13, < 0.15)
public_suffix (6.0.1)
racc (1.8.1)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.0)
rexml (3.3.3)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.50.2)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.20.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
unicode-display_width (2.4.2)
webmock (3.19.1)
unicode-display_width (2.5.0)
uri (0.13.1)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -102,9 +107,9 @@ DEPENDENCIES
pry-byebug (~> 3.7)
rake (~> 13.0)
rspec (~> 3.2)
rubocop (~> 1.50.2)
rubocop (~> 1.65)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.16)
rubocop-rspec (~> 3.0)
simplecov (~> 0.22.0)
webmock (~> 3.1)

Expand Down
13 changes: 1 addition & 12 deletions mrkt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,8 @@ Gem::Specification.new do |spec|

spec.metadata['rubygems_mfa_required'] = 'true'

spec.required_ruby_version = '>= 2.6'
spec.required_ruby_version = '>= 2.7'

spec.add_dependency 'faraday', '>= 1.10', '< 3'
spec.add_dependency 'faraday-multipart'

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'gem-release', '~> 2.1'
spec.add_development_dependency 'pry-byebug', '~> 3.7'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.2'
spec.add_development_dependency 'rubocop', '~> 1.50.2'
spec.add_development_dependency 'rubocop-rake', '~> 0.6.0'
spec.add_development_dependency 'rubocop-rspec', '~> 2.16'
spec.add_development_dependency 'simplecov', '~> 0.22.0'
spec.add_development_dependency 'webmock', '~> 3.1'
end

0 comments on commit 90b43a8

Please sign in to comment.