Skip to content

Commit

Permalink
Merge pull request #830 from projecthydra-labs/update
Browse files Browse the repository at this point in the history
Update hyrax and flipflop dependencies
  • Loading branch information
jeremyf committed Feb 23, 2017
2 parents 93f3ff1 + dd9b728 commit fc510b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -87,7 +87,7 @@ gem 'peek-performance_bar'
gem 'peek-pg'
gem 'peek-redis'

gem 'flipflop', git: 'https://github.com/jcoyne/flipflop.git', branch: 'hydra'
gem 'flipflop', git: 'https://github.com/voormedia/flipflop.git', ref: '590f2ae'
gem 'lograge'

gem 'zk'
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
@@ -1,14 +1,6 @@
GIT
remote: https://github.com/jcoyne/flipflop.git
revision: 0eecddade9890548c92b1e8aa681512f1db01469
branch: hydra
specs:
flipflop (2.2.1)
activesupport (>= 4.0)

GIT
remote: https://github.com/projecthydra-labs/hyrax.git
revision: 22714f043af3c8b00d079c6b7b75e1b243abc417
revision: d3b98b19cf96e6b54a761f2e1005df318af43504
specs:
hyrax (1.0.0.alpha)
active_attr (~> 0.9.0)
Expand Down Expand Up @@ -55,6 +47,14 @@ GIT
tinymce-rails-imageupload (~> 4.0.17.beta)
yaml_db (~> 0.2)

GIT
remote: https://github.com/voormedia/flipflop.git
revision: 590f2aed794327e0bc2c837cd029f47bc61715b4
ref: 590f2ae
specs:
flipflop (2.2.1)
activesupport (>= 4.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -134,13 +134,13 @@ GEM
execjs
awesome_nested_set (3.1.1)
activerecord (>= 4.0.0, < 5.1)
aws-sdk (2.7.12)
aws-sdk-resources (= 2.7.12)
aws-sdk-core (2.7.12)
aws-sdk (2.7.13)
aws-sdk-resources (= 2.7.13)
aws-sdk-core (2.7.13)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.7.12)
aws-sdk-core (= 2.7.12)
aws-sdk-resources (2.7.13)
aws-sdk-core (= 2.7.13)
aws-sigv4 (1.0.0)
babel-source (5.8.35)
babel-transpiler (0.7.0)
Expand Down

0 comments on commit fc510b3

Please sign in to comment.