Skip to content

Commit

Permalink
Merge pull request #72 from bmic-development/wth-rubyracer-to-product…
Browse files Browse the repository at this point in the history
…ion-gems

wth - Move the Ruby Racer gem to Production group
  • Loading branch information
Stuart-Johnson committed Feb 15, 2017
2 parents 680ad7f + 74f7d80 commit 5055a9e
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 @@ -64,7 +64,7 @@ gem 'savon', '~> 2.2.0'
gem 'simplecov', require: false, group: :test
gem 'sinatra'
gem 'surveyor', :git => 'https://github.com/sparc-request/surveyor.git', branch: 'rails4'
gem 'therubyracer', '0.10.2', :platforms => :ruby
gem 'therubyracer', '0.10.2', :platforms => :ruby, group: :production
gem 'twitter-typeahead-rails'
gem 'uglifier', '>= 1.0.3'
gem 'whenever', require: false
Expand Down

0 comments on commit 5055a9e

Please sign in to comment.