Skip to content

Commit

Permalink
Update polyamorous gem
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-hank committed Mar 14, 2022
1 parent 93fc984 commit 759ce4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'naturally', '1.3.2'
gem 'nokogiri'
gem 'oai_repository', git: 'https://github.com/berkmancenter/oai_repository'
gem 'pg'
gem 'polyamorous', '~> 1.3.3'
gem 'polyamorous', git: 'https://github.com/berkmancenter/polyamorous'
gem 'progress_bar'
gem 'progressbar', '~> 1.0'
gem 'protected_attributes_continued'
Expand Down
11 changes: 8 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ GIT
oai
rails (~> 5.2.0)

GIT
remote: https://github.com/vitalinfo/polyamorous
revision: 7d31e0140e95f40f4b17e7c51e6647cf98f29686
specs:
polyamorous (1.3.4)
activerecord (>= 3.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -169,8 +176,6 @@ GEM
cliver (~> 0.3.1)
multi_json (~> 1.0)
websocket-driver (>= 0.2.0)
polyamorous (1.3.3)
activerecord (>= 3.0)
pr_geohash (1.0.0)
progress_bar (1.3.0)
highline (>= 1.6, < 3)
Expand Down Expand Up @@ -315,7 +320,7 @@ DEPENDENCIES
oai_repository!
pg
poltergeist
polyamorous (~> 1.3.3)
polyamorous!
progress_bar
progressbar (~> 1.0)
protected_attributes_continued
Expand Down

0 comments on commit 759ce4a

Please sign in to comment.