Skip to content

Commit

Permalink
Pin to hashie 3.4.* for hashie/hashie#408
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Feb 12, 2017
1 parent 582cabc commit a4a1a6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -80,6 +80,7 @@ gem 'd3-rails'
# See https://github.com/elastic/elasticsearch-ruby#compatibility
gem "elasticsearch-api", "~> 2.0.0"
gem "elasticsearch-model"
gem "hashie", "~> 3.4.4" # Required by elasticsearch-model, but needs to be pinned due to http://stackoverflow.com/questions/42170666/bundlergemrequireerror-there-was-an-error-while-trying-to-load-the-gem-omnia
gem "elasticsearch-rails"

gem 'rake', '>= 10.0.0'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -224,7 +224,7 @@ GEM
rake (>= 10, < 13)
rubocop (>= 0.47.0)
sysexits (~> 1.1)
hashie (3.5.2)
hashie (3.4.6)
heroku-api (0.4.2)
excon (~> 0.45)
multi_json (~> 1.8)
Expand Down Expand Up @@ -557,6 +557,7 @@ DEPENDENCIES
haml-i18n-extractor
haml-rails
haml_lint
hashie (~> 3.4.4)
heroku-api
i18n-tasks
jasmine
Expand Down

0 comments on commit a4a1a6a

Please sign in to comment.