Skip to content

Commit

Permalink
pin to blacklight-marc 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 23, 2015
1 parent a9aeb45 commit 2fb7636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'simplecov', '~> 0.7.1', require: false
gem 'coveralls', require: false

group :test do
gem "blacklight-marc", "~> 5.0", github: "projectblacklight/blacklight_marc"
gem "blacklight-marc", "5.5.0"
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
end

Expand Down
2 changes: 1 addition & 1 deletion lib/generators/blacklight/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def create_blacklight_catalog

def generate_blacklight_marc_demo
if options[:marc]
gem "blacklight-marc", "~> 5.0"
gem "blacklight-marc", "5.5.0"

Bundler.with_clean_env do
run "bundle install"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def remove_index

def run_blacklight_generator
say_status("warning", "GENERATING BL", :yellow)
gem 'blacklight-marc', "~> 5.0", :github => 'projectblacklight/blacklight_marc'
gem 'blacklight-marc', "5.5.0"

Bundler.with_clean_env do
run "bundle install"
Expand Down

0 comments on commit 2fb7636

Please sign in to comment.