Skip to content

Commit

Permalink
update dependencies bump version, use ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
vergilet committed Jan 31, 2024
1 parent 169131b commit 6749af8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
35 changes: 18 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
PATH
remote: .
specs:
monobank (0.2.2)
httparty (>= 0.17.3, < 0.22.0)
monobank (0.2.3)
httparty (>= 0.21.0, < 0.22.0)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
diff-lcs (1.5.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
mini_mime (1.1.2)
mini_mime (1.1.5)
multi_xml (0.6.0)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
rake (13.1.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)

PLATFORMS
arm64-darwin-22
ruby

DEPENDENCIES
Expand All @@ -37,4 +38,4 @@ DEPENDENCIES
rspec (~> 3.8, >= 3.8.0)

BUNDLED WITH
1.17.3
2.5.5
2 changes: 1 addition & 1 deletion lib/monobank/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Monobank
VERSION = "0.2.2"
VERSION = "0.2.3"
end
2 changes: 1 addition & 1 deletion monobank.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['{lib}/**/*', 'MIT-LICENSE', 'Rakefile']
spec.test_files = Dir['spec/**/*']

spec.add_dependency 'httparty', '>= 0.17.3', '< 0.22.0'
spec.add_dependency 'httparty', '>= 0.21.0', '< 0.22.0'

spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.0'
spec.add_development_dependency 'rspec', '~> 3.8', '>= 3.8.0'
Expand Down

0 comments on commit 6749af8

Please sign in to comment.