Blacklight Plugin

specific versions or ranges of versions of gems/plugins in init.rb

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 2.2
  • Fix Version/s: 2.2
  • Component/s: None

Activity

Hide
Naomi Dushay added a comment - 15/May/09 1:28 PM
init.rb now reads:

config.gem 'bcrypt-ruby', :version => '>=2.0.3', :lib => 'bcrypt'
config.gem 'marc', :version => '>=0.2.2', :lib => 'marc'
config.gem 'mislav-will_paginate', :version => '>=2.3.8', :lib => 'will_paginate', :source => 'http://gems.github.com'
config.gem 'mwmitchell-rsolr', :version => '>=0.8.8', :lib => 'rsolr', :source => 'http://gems.github.com'
config.gem 'mwmitchell-rsolr-ext', :version => '>=0.7.12', :lib => 'rsolr-ext', :source => 'http://gems.github.com'


the documentation also indicates more about the non-essential gems (ones for testing, authentication)
Show
Naomi Dushay added a comment - 15/May/09 1:28 PM init.rb now reads: config.gem 'bcrypt-ruby', :version => '>=2.0.3', :lib => 'bcrypt' config.gem 'marc', :version => '>=0.2.2', :lib => 'marc' config.gem 'mislav-will_paginate', :version => '>=2.3.8', :lib => 'will_paginate', :source => 'http://gems.github.com' config.gem 'mwmitchell-rsolr', :version => '>=0.8.8', :lib => 'rsolr', :source => 'http://gems.github.com' config.gem 'mwmitchell-rsolr-ext', :version => '>=0.7.12', :lib => 'rsolr-ext', :source => 'http://gems.github.com' the documentation also indicates more about the non-essential gems (ones for testing, authentication)

People

Dates

  • Created:
    01/May/09 12:31 PM
    Updated:
    15/May/09 1:28 PM
    Resolved:
    15/May/09 1:28 PM