Skip to content

Commit

Permalink
Merge pull request #330 from cul-it/pin_nokogiri
Browse files Browse the repository at this point in the history
Pin nokogiri and release v6.7.1
  • Loading branch information
elrayle authored Feb 4, 2022
2 parents 57658ba + f35f99d commit cd3a77f
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 124 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 6.7.1 (2022-02-04)

* temporarily pin nokogiri to v1.12 to support ruby 2.5

### 6.7.0 (2022-02-04)

* rename current ISNI_LD4L_CACHE to ISNI_LD4L_WRAPPED, which wraps direct calls to ISNI API
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

gem 'nokogiri', '~> 1.12', '< 1.13' ### TEMPORARY PIN 1.13 requires ruby > 2.5

gem 'rails', '~> 5.2'
gem 'dotenv-deployment'
gem 'dotenv-rails'
Expand Down
Loading

0 comments on commit cd3a77f

Please sign in to comment.