Skip to content

Commit

Permalink
Added Nokogiri as a gem into Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
katmsft authored and vinjiang committed Aug 11, 2017
1 parent aee1202 commit d1ec68e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2017.08 - version 0.12.3-preview

ALL
* Added Nokogiri as a gem into Gemfile, resolving an issue where bundler failed to recognize that the dependency exists after installation.

2017.08 - version 0.12.2-preview

ALL
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ source 'https://rubygems.org'

gemspec :name => 'azure-storage'

gem 'nokogiri', require: false

gem 'coveralls', require: false
2 changes: 1 addition & 1 deletion lib/azure/storage/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Version
# Fields represent the parts defined in http://semver.org/
MAJOR = 0 unless defined? MAJOR
MINOR = 12 unless defined? MINOR
UPDATE = 2 unless defined? UPDATE
UPDATE = 3 unless defined? UPDATE
PRE = 'preview' unless defined? PRE

class << self
Expand Down

0 comments on commit d1ec68e

Please sign in to comment.