Skip to content

Commit

Permalink
bundler update
Browse files Browse the repository at this point in the history
  • Loading branch information
dinomh committed Mar 6, 2023
1 parent 87c0ff2 commit 09e1872
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
dotenv (~> 2.7)
http (~> 5.0)
json (~> 2.5)
uri (~> 0.10.1)
uri (~> 0.12.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -81,7 +81,7 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.3.0)
uri (0.10.1)
uri (0.12.0)
vcr (6.1.0)
webmock (3.18.1)
addressable (>= 2.8.0)
Expand All @@ -93,9 +93,10 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-22

DEPENDENCIES
bundler (~> 2.3.4)
bundler (~> 2.4.7)
mailerlite-ruby!
rake (~> 13.0)
rspec
Expand All @@ -106,4 +107,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.3.26
2.4.7
4 changes: 2 additions & 2 deletions mailerlite-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 2.3.4'
spec.add_development_dependency 'bundler', '~> 2.4.7'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rubocop', '~> 1.7'
spec.add_dependency 'dotenv', '~> 2.7'
spec.add_dependency 'http', '~> 5.0'
spec.add_dependency 'json', '~> 2.5'
spec.add_dependency 'uri', '~> 0.10.1'
spec.add_dependency 'uri', '~> 0.12.0'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'vcr'
Expand Down

0 comments on commit 09e1872

Please sign in to comment.