Commit 23d2a81ee0fa3174d6034858603b19fb84b4b17d

Authored by Stephen Crosby
2 parents 5145c399 2849f77b
Exists in master

Merge pull request #1002 from compwron/master

Update gem uglifier in order to avoid security vuln as reported by gemnasium
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Gemfile.lock
... ... @@ -124,7 +124,7 @@ GEM
124 124 octokit
125 125 errbit_plugin (0.5.0)
126 126 erubis (2.7.0)
127   - execjs (2.5.2)
  127 + execjs (2.6.0)
128 128 fabrication (2.13.2)
129 129 faraday (0.9.1)
130 130 multipart-post (>= 1.2, < 3)
... ... @@ -390,7 +390,7 @@ GEM
390 390 tins (1.6.0)
391 391 tzinfo (1.2.2)
392 392 thread_safe (~> 0.1)
393   - uglifier (2.7.1)
  393 + uglifier (2.7.2)
394 394 execjs (>= 0.3.0)
395 395 json (>= 1.8.0)
396 396 underscore-rails (1.8.3)
... ...