Skip to content

Commit

Permalink
crack 0.4.4 is broken but 0.4.5 works
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Atkins committed Jan 27, 2023
1 parent 2da63b6 commit 693adb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ PATH
remote: .
specs:
ruby-pardot (1.4.1)
crack (= 0.4.4)
crack (= 0.4.5)
httparty (= 0.18.1)

GEM
remote: https://rubygems.org/
specs:
crack (0.4.4)
crack (0.4.5)
rexml
diff-lcs (1.4.4)
fakeweb (1.3.0)
httparty (0.18.1)
Expand All @@ -18,6 +19,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
multi_xml (0.6.0)
rexml (3.2.5)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand Down
2 changes: 1 addition & 1 deletion ruby-pardot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "ruby-pardot"

s.add_dependency 'crack', '0.4.4'
s.add_dependency 'crack', '0.4.5'
s.add_dependency 'httparty', '0.18.1'

s.add_development_dependency "bundler", ">= 1.10"
Expand Down

0 comments on commit 693adb5

Please sign in to comment.