From b123008f24603ae67e5678b63350a19de8d8b37e Mon Sep 17 00:00:00 2001 From: Rob Wise Date: Thu, 29 Oct 2015 12:07:13 -0400 Subject: [PATCH] Remove es5-shim from Gemfile --- Gemfile | 1 - Gemfile.lock | 4 ---- 2 files changed, 5 deletions(-) diff --git a/Gemfile b/Gemfile index 95c2f8cb..43e2595c 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,6 @@ gem "turbolinks" gem "jbuilder" # bundle exec rake doc:rails generates the API under doc/api. gem "sdoc", group: :doc -gem "es5-shim-rails" # Use ActiveModel has_secure_password # gem "bcrypt", "~> 3.1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 1f790b1c..b53aa641 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,9 +106,6 @@ GEM domain_name (0.5.24) unf (>= 0.0.5, < 1.0.0) erubis (2.7.0) - es5-shim-rails (4.0.1) - actionpack (>= 3.1) - railties (>= 3.1) execjs (2.5.2) factory_girl (4.5.0) activesupport (>= 3.0.0) @@ -337,7 +334,6 @@ DEPENDENCIES coffee-rails coveralls database_cleaner - es5-shim-rails factory_girl_rails foreman jbuilder