Skip to content

Instantly share code, notes, and snippets.

@kroepke
Created December 3, 2012 23:54
Show Gist options
  • Save kroepke/4199181 to your computer and use it in GitHub Desktop.
Save kroepke/4199181 to your computer and use it in GitHub Desktop.
develop nb-kroepke:graylog2-web-interface $ git diff Gemfile
diff --git a/Gemfile b/Gemfile
index 5d99213..9e72850 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,13 @@ gem 'SystemTimer', '~> 1.2.3', :require => 'system_timer', :platforms => :ruby_1
gem 'rails_autolink', '~> 1.0.4'
gem 'kaminari', '~> 0.12.4'
gem 'jquery-rails', '~> 2.1'
-gem 'therubyracer', '~> 0.10.2'
+platforms :ruby do
+ gem 'therubyracer', '~> 0.10.2'
+end
+platforms :jruby do
+ gem 'therubyrhino'
+ gem 'warbler'
+end
group :development, :test do
# might be useful to generate fake data in development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment