summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorHeiko Bernlöhr <Heiko.Bernloehr@FreeIT.de>2018-01-12 11:44:52 +0100
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2018-01-12 11:53:15 +0100
commit97283c921b48a688682a1002aad08403dd08daa4 (patch)
tree14c608e1ddf573c8d1a25b8ce97fb1f645190ba8 /Gemfile
parent26a7258247e0d05688b74886984f0914c39544b4 (diff)
downloadecs-97283c921b48a688682a1002aad08403dd08daa4.tar.gz
ecs-97283c921b48a688682a1002aad08403dd08daa4.zip
Change configuration to sqlite database.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c64535d..fb39a79 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
-# gem 'therubyracer', platforms: :ruby
+gem 'therubyracer', platforms: :ruby
# Use jquery as the JavaScript library
gem 'jquery-rails'