Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
ruby_api_pack_active_campaign (0.1.0)
httparty (~> 0.22.0)
httparty (>= 0.22, < 0.25)

GEM
remote: https://rubygems.org/
Expand All @@ -22,7 +22,7 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
bigdecimal (4.1.2)
capybara (3.40.0)
addressable
matrix
Expand All @@ -37,7 +37,7 @@ GEM
crack (1.0.0)
bigdecimal
rexml
csv (3.3.0)
csv (3.3.5)
diff-lcs (1.5.1)
docile (1.4.1)
dotenv (2.8.1)
Expand All @@ -47,7 +47,7 @@ GEM
faker (3.4.2)
i18n (>= 1.8.11, < 2)
hashdiff (1.1.1)
httparty (0.22.0)
httparty (0.24.2)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
Expand All @@ -60,8 +60,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multi_xml (0.6.0)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down
2 changes: 1 addition & 1 deletion ruby_api_pack_active_campaign.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

# Main Dependencies
spec.add_dependency 'httparty', '~> 0.22.0'
spec.add_dependency 'httparty', '>= 0.22', '< 0.25'
end
Loading