This repository was archived by the owner on Sep 24, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ gem 'graphql', '~> 1.4.3'
1616# GraphiQL Interface
1717gem 'graphiql-rails' , '~> 1.4.1'
1818
19+ gem 'uglifier'
20+
1921group :development , :test do
2022 # Call 'byebug' anywhere in the code to stop execution and get a debugger console
2123 gem 'byebug' , platform : :mri
Original file line number Diff line number Diff line change 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 )
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
145151BUNDLED WITH
You can’t perform that action at this time.
0 commit comments