diff --git a/Gemfile b/Gemfile index 56ba8fe7b..ae79368ea 100644 --- a/Gemfile +++ b/Gemfile @@ -62,8 +62,6 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'pry-byebug' gem 'rspec-rails' - gem 'solr_wrapper', '~> 0.4' - gem 'fcrepo_wrapper', '~> 0.2' gem "factory_girl_rails" gem 'jasmine-rails' gem 'jasmine-jquery-rails' @@ -71,6 +69,9 @@ group :development, :test do gem 'pry-rails' end +gem 'solr_wrapper', '~> 0.4' +gem 'fcrepo_wrapper', '~> 0.2' + group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console', '~> 2.0'