Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Commit 68c4e7b

Browse files
committed
add uglifier
1 parent 60afd9d commit 68c4e7b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ gem 'graphql', '~> 1.4.3'
1616
# GraphiQL Interface
1717
gem 'graphiql-rails', '~> 1.4.1'
1818

19+
gem 'uglifier'
20+
1921
group :development, :test do
2022
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
2123
gem 'byebug', platform: :mri

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ GEM
4444
concurrent-ruby (1.0.4)
4545
debug_inspector (0.0.2)
4646
erubis (2.7.0)
47+
execjs (2.7.0)
4748
ffi (1.9.17)
4849
globalid (0.3.7)
4950
activesupport (>= 4.1.0)
5051
graphiql-rails (1.4.1)
5152
rails
5253
graphql (1.4.3)
5354
i18n (0.8.0)
55+
json (2.0.2)
5456
listen (3.0.8)
5557
rb-fsevent (~> 0.9, >= 0.9.4)
5658
rb-inotify (~> 0.9, >= 0.9.7)
@@ -116,6 +118,9 @@ GEM
116118
thread_safe (0.3.5)
117119
tzinfo (1.2.2)
118120
thread_safe (~> 0.1)
121+
uglifier (2.7.2)
122+
execjs (>= 0.3.0)
123+
json (>= 1.8.0)
119124
web-console (3.4.0)
120125
actionview (>= 5.0)
121126
activemodel (>= 5.0)
@@ -140,6 +145,7 @@ DEPENDENCIES
140145
spring-watcher-listen (~> 2.0.0)
141146
sqlite3
142147
tzinfo-data
148+
uglifier
143149
web-console (>= 3.3.0)
144150

145151
BUNDLED WITH

0 commit comments

Comments
 (0)