Skip to content

Commit

Permalink
upgrade libxml-ruby to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebaker committed Jun 27, 2017
1 parent 9af0a80 commit cd8bd8a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake", "~> 0.9.0"
gem "multi_json", "1.0.4"
gem "json"
gem "airbrake", :require => 'airbrake/rails'
gem "libxml-ruby", "2.2.2", :require => "libxml"
gem "libxml-ruby", "2.9.0", :require => "libxml"
gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls"
gem "paperclip", "~> 2.7.0"
gem "aws-s3", "0.6.2", :require => "aws/s3"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
json_pure (1.8.1)
launchy (2.0.5)
addressable (~> 2.2.6)
libxml-ruby (2.2.2)
libxml-ruby (2.9.0)
mime-types (1.16)
multi_json (1.0.4)
multi_xml (0.5.3)
Expand Down Expand Up @@ -209,7 +209,7 @@ DEPENDENCIES
inherited_resources (= 1.0.4)
jferris-mocha (= 0.9.5.0.1241126838)
json
libxml-ruby (= 2.2.2)
libxml-ruby (= 2.9.0)
mime-types (= 1.16)
multi_json (= 1.0.4)
mysql2 (= 0.2.18)
Expand Down
Binary file removed vendor/cache/libxml-ruby-2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/libxml-ruby-2.9.0.gem
Binary file not shown.

0 comments on commit cd8bd8a

Please sign in to comment.