Skip to content

Commit

Permalink
Merge pull request #133 from npauzenga/features/api-to-me-config
Browse files Browse the repository at this point in the history
add uglifier gem
  • Loading branch information
npauzenga committed Feb 17, 2016
2 parents d2b7a24 + 2b6c768 commit 99dfef3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem "knock"
gem "active_model_serializers"
gem "rolify"
gem "apitome"
gem "uglifier"

group :developemnt, :test do
gem "pry-byebug"
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ GEM
domain_name (0.5.25)
unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0)
execjs (2.6.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.5.0)
Expand Down Expand Up @@ -248,6 +249,9 @@ GEM
tins (1.6.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
Expand Down Expand Up @@ -286,6 +290,7 @@ DEPENDENCIES
rubocop-rspec
simplecov
spring
uglifier

BUNDLED WITH
1.10.6

0 comments on commit 99dfef3

Please sign in to comment.