X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6ebfb077cbe7357aadccc7ae4f803c61d66d0279..8191d7365a61f4d4309c2f0b387188303320a889:/apps/workbench/Gemfile?ds=sidebyside diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index e7e60c53d4..754d5c6043 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -12,11 +12,17 @@ gem 'multi_json' gem 'oj' gem 'sass' +# Note: keeping this out of the "group :assets" section "may" allow us +# to use Coffescript for UJS responses. It also prevents a +# warning/problem when running tests: "WARN: tilt autoloading +# 'coffee_script' in a non thread-safe way; explicit require +# 'coffee_script' suggested." +gem 'coffee-rails' + # Gems used only for assets and not required # in production environments by default. group :assets do - gem 'sass-rails', '~> 4.0.0' - gem 'coffee-rails', '~> 4.0.0' + gem 'sass-rails' # See https://github.com/sstephenson/execjs#readme for more supported runtimes gem 'therubyracer', :platforms => :ruby