Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Terrell committed Feb 22, 2016
1 parent 785b513 commit 23e7c9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,16 @@ 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'
gem 'pdf-reader', github: 'yob/pdf-reader'
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'
Expand Down

0 comments on commit 23e7c9b

Please sign in to comment.