Skip to content

Commit

Permalink
HRTL-11094 : Upgrade gem dependency to make it work with ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedyehia committed Mar 7, 2024
1 parent 7031db9 commit 1987b25
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec

group :test do
gem 'rake'
gem 'rspec', '~> 3.2'
gem 'rspec', '~> 3.13'
gem 'webmock', require: false
gem 'coveralls_reborn', require: false
end
Expand Down
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
heartland-retail (5.0.1)
heartland-retail (5.0.2)
faraday (~> 1.0)
hashie
json (>= 1.7.4)
hashie (= 4.1.0)
json (>= 2.7.1)

GEM
remote: https://rubygems.org/
Expand All @@ -19,7 +19,7 @@ GEM
tins (~> 1.32)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
Expand All @@ -45,8 +45,8 @@ GEM
faraday-rack (1.0.0)
faraday-retry (1.0.3)
hashdiff (1.0.1)
hashie (5.0.0)
json (2.6.3)
hashie (4.1.0)
json (2.7.1)
method_source (1.0.0)
multipart-post (2.3.0)
pry (0.14.2)
Expand All @@ -55,19 +55,19 @@ GEM
public_suffix (5.0.3)
rake (13.0.6)
rexml (3.2.6)
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)
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.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
docile (~> 1.1)
Expand All @@ -94,8 +94,8 @@ DEPENDENCIES
heartland-retail!
pry
rake
rspec (~> 3.2)
rspec (~> 3.13)
webmock

BUNDLED WITH
2.3.26
2.5.4
6 changes: 3 additions & 3 deletions heartland-retail.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Gem::Specification.new do |s|
s.name = 'heartland-retail'
s.version = '5.0.1'
s.version = '5.0.2'
s.platform = Gem::Platform::RUBY
s.authors = ['Jay Stotz', 'Derek Stotz']
s.summary = 'Heartland Retail API client library'

s.add_runtime_dependency 'faraday', '~> 1.0'
s.add_runtime_dependency 'json', '>= 1.7.4'
s.add_runtime_dependency 'hashie'
s.add_runtime_dependency 'json', '>= 2.7.1'
s.add_runtime_dependency 'hashie', '4.1.0'

s.files = `git ls-files`.split("\n")

Expand Down
Binary file removed vendor/cache/diff-lcs-1.5.0.gem
Binary file not shown.
Binary file added vendor/cache/diff-lcs-1.5.1.gem
Binary file not shown.
Binary file added vendor/cache/hashie-4.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/hashie-5.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.6.3.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-3.12.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-3.13.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-3.12.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-3.13.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-3.12.3.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-3.13.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-3.12.6.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-3.13.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-support-3.12.1.gem
Binary file not shown.
Binary file added vendor/cache/rspec-support-3.13.1.gem
Binary file not shown.

0 comments on commit 1987b25

Please sign in to comment.