Skip to content

Commit

Permalink
update crack to remove dependency on safe_yaml which won't run in Rub…
Browse files Browse the repository at this point in the history
…y 3 (#62)

* update crack to remove dependency on safe_yaml which won't run in Ruby 3

* crack 0.4.4 is broken but 0.4.5 works

* update version from 1.4.1 to 1.4.2

* bundle seems to want to update these gems too
  • Loading branch information
jadatkins authored Mar 6, 2023
1 parent bc9a215 commit 4cc1e8d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
PATH
remote: .
specs:
ruby-pardot (1.4.1)
crack (= 0.4.3)
ruby-pardot (1.4.2)
crack (= 0.4.5)
httparty (= 0.18.1)

GEM
remote: https://rubygems.org/
specs:
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.4.4)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
fakeweb (1.3.0)
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
mime-types-data (3.2023.0218.1)
multi_xml (0.6.0)
rexml (3.2.5)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand All @@ -32,7 +33,6 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
safe_yaml (1.0.5)

PLATFORMS
ruby
Expand All @@ -44,4 +44,4 @@ DEPENDENCIES
ruby-pardot!

BUNDLED WITH
2.2.7
2.3.26
2 changes: 1 addition & 1 deletion lib/pardot/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pardot
VERSION = '1.4.1'
VERSION = '1.4.2'
end
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.3'
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 4cc1e8d

Please sign in to comment.