summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorclaucece <soficeli0@gmail.com>2015-10-05 21:57:05 -0500
committerclaucece <soficeli0@gmail.com>2015-10-05 23:05:48 -0500
commit775835dc1b9a8f79cdd53d450fd6cd35f131b4a6 (patch)
tree62956df18378b83ae7a59a4bf257340be7970a7e /Gemfile
parent2d4765030451934aaba643f7131eb6f8d6442b28 (diff)
add test to payments and subscriptions
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index e87573d..58ad6c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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
##