Skip to content

Commit

Permalink
Merge pull request #14 from vinted/fix/dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
andriusm committed Jul 31, 2023
2 parents 81ce43e + d1dc210 commit db28584
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PATH
remote: .
specs:
pronto-rails_migrations (0.14.2)
faraday (~> 1.10.0)
multipart-post (~> 2.1.1)
pronto (>= 0.10.0)
sawyer (~> 0.8.2)
pronto-rails_migrations (0.14.3)
faraday (>= 1.10.3)
multipart-post (>= 2.1.1)
pronto (>= 0.11.1)
sawyer (>= 0.9)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -44,9 +44,9 @@ GEM
mini_mime (1.1.2)
multi_xml (0.6.0)
multipart-post (2.1.1)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
octokit (6.1.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pronto (0.11.1)
gitlab (>= 4.4.0, < 5.0)
httparty (>= 0.13.7, < 1.0)
Expand All @@ -61,9 +61,9 @@ GEM
rexml (3.2.6)
ruby2_keywords (0.0.5)
rugged (1.6.3)
sawyer (0.8.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/pronto/rails_migrations/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pronto
RAILS_MIGRATIONS_VERSION = '0.14.2'
RAILS_MIGRATIONS_VERSION = '0.14.3'
end
8 changes: 4 additions & 4 deletions pronto-rails_migrations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency('pronto', '>= 0.10.0')
spec.add_dependency('faraday', '~> 1.10.0')
spec.add_dependency('multipart-post', '~> 2.1.1')
spec.add_dependency('sawyer', '~> 0.8.2')
spec.add_dependency('pronto', '>= 0.11.1')
spec.add_dependency('faraday', '>= 1.10.3')
spec.add_dependency('multipart-post', '>= 2.1.1')
spec.add_dependency('sawyer', '>= 0.9')

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 12.0"
Expand Down

0 comments on commit db28584

Please sign in to comment.