diff options
author | claucece <soficeli0@gmail.com> | 2015-10-05 22:16:15 -0500 |
---|---|---|
committer | claucece <soficeli0@gmail.com> | 2015-10-05 23:08:42 -0500 |
commit | 1aac4a338b5f3ba85d7cdb975c497b71c6041dbc (patch) | |
tree | a07356ce3992720a2276275a9264009480db3567 /Gemfile | |
parent | 775835dc1b9a8f79cdd53d450fd6cd35f131b4a6 (diff) |
fixed gem file
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ group :production do # this must not be included in development mode, or js # will get included twice. gem 'therubyracer', "~> 0.12.2", :platforms => :ruby - #^^ See https://github.com/sstephenson/execjs#readme - # for list of supported runtimes. + # ^^ See https://github.com/sstephenson/execjs#readme + # for list of supported runtimes. end ## |