Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
Update pagarme requirement from = 2.1.4 to = 2.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pagarme](http://pagar.me/) to permit the latest version.

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Dec 9, 2020
1 parent 14176aa commit f34746b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
19 changes: 8 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
catarse_pagarme (3.0.0)
konduto-ruby (= 2.1.0)
pagarme (= 2.1.4)
pagarme (= 2.4.0)
rails
sentry-raven
sidekiq
Expand Down Expand Up @@ -90,7 +90,7 @@ GEM
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
mime-types-data (3.2020.1104)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
Expand All @@ -101,16 +101,14 @@ GEM
nio4r (2.5.4)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
pagarme (2.1.4)
pagarme (2.4.0)
multi_json
rest-client
pg (1.2.3)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
rack (2.2.3)
rack-protection (2.1.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.4.3)
Expand Down Expand Up @@ -138,7 +136,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (13.0.1)
redis (4.1.4)
redis (4.2.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -164,12 +162,11 @@ GEM
ruby2_keywords (0.0.2)
sentry-raven (3.1.1)
faraday (>= 1.0)
sidekiq (5.2.9)
connection_pool (~> 2.2, >= 2.2.2)
sidekiq (6.1.2)
connection_pool (>= 2.2.2)
rack (~> 2.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 4.2)
sprockets (3.7.2)
redis (>= 4.2.0)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
Expand Down
2 changes: 1 addition & 1 deletion catarse_pagarme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})

s.add_dependency "rails"
s.add_dependency "pagarme", "2.1.4"
s.add_dependency "pagarme", "2.4.0"
s.add_dependency "konduto-ruby", "2.1.0"
s.add_dependency "weekdays", ">= 1.0.2"
s.add_dependency "sidekiq"
Expand Down

0 comments on commit f34746b

Please sign in to comment.