Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Laney McGlohon committed Feb 20, 2016
1 parent 65c74be commit 1190f3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'base_indexer', '>= 0.5.0'
gem 'base_indexer', '>= 1.0'
gem 'discovery-indexer', '>= 1.0.0' # get constituent data from public_xml
gem 'dor-fetcher', '>= 1.1.1'

Expand Down
17 changes: 8 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ GEM
addressable (2.4.0)
arel (6.0.3)
ast (2.2.0)
base_indexer (0.6.7)
discovery-indexer (>= 0.10.1)
base_indexer (1.0.0)
discovery-indexer (~> 1.0.1)
is_it_working-cbeer
rails (~> 4.1, >= 4.1.9)
retries
Expand Down Expand Up @@ -77,20 +77,19 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.10.0)
coveralls (0.8.10)
coveralls (0.8.11)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.11.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
tins (~> 1.6.0)
diff-lcs (1.2.5)
discovery-indexer (1.0.0)
discovery-indexer (1.0.1)
nokogiri
rest-client
retries
rsolr
stanford-mods
stanford-mods (~> 2.1)
dlss-capistrano (3.2.0)
capistrano (~> 3.0)
capistrano-bundle_audit (>= 0.0.3)
Expand Down Expand Up @@ -193,7 +192,7 @@ GEM
retries (0.0.5)
rsolr (1.0.13)
builder (>= 2.1.2)
rspec-core (3.4.2)
rspec-core (3.4.3)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
Expand Down Expand Up @@ -246,7 +245,7 @@ GEM
sshkit (1.8.1)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
stanford-mods (2.1.0)
stanford-mods (2.2.0)
activesupport
mods (~> 2.0.2)
term-ansicolor (1.3.2)
Expand Down Expand Up @@ -274,7 +273,7 @@ PLATFORMS
ruby

DEPENDENCIES
base_indexer (>= 0.5.0)
base_indexer (>= 1.0)
capistrano (~> 3.0)
capistrano-bundler
capistrano-passenger
Expand Down

0 comments on commit 1190f3d

Please sign in to comment.