Skip to content

Commit

Permalink
Require bixby in all environments to fix deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Apr 20, 2018
1 parent 38a06b6 commit 06be352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ gem 'sdoc', '~> 0.4.0', group: :doc
# gem 'capistrano-rails', group: :development

group :development, :test do
gem 'bixby'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
gem 'rspec-rails'
Expand Down Expand Up @@ -66,6 +65,7 @@ group :production, :test do
end

gem 'blacklight', '6.14.1'
gem 'bixby'
gem 'blacklight-spotlight', github: 'projectblacklight/spotlight', branch: "master"
gem 'solr_wrapper'
gem 'rsolr', '~> 1.0.6'
Expand Down

0 comments on commit 06be352

Please sign in to comment.