Skip to content

Commit c887c64

Browse files
committedOct 29, 2015
Merge pull request shakacode#132 from shakacode/remove-es5-shim-gem
Remove es5-shim from Gemfile
2 parents 98894c7 + b123008 commit c887c64

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed
 

‎Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ gem "turbolinks"
2828
gem "jbuilder"
2929
# bundle exec rake doc:rails generates the API under doc/api.
3030
gem "sdoc", group: :doc
31-
gem "es5-shim-rails"
3231

3332
# Use ActiveModel has_secure_password
3433
# gem "bcrypt", "~> 3.1.7"

‎Gemfile.lock

-4
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ GEM
106106
domain_name (0.5.24)
107107
unf (>= 0.0.5, < 1.0.0)
108108
erubis (2.7.0)
109-
es5-shim-rails (4.0.1)
110-
actionpack (>= 3.1)
111-
railties (>= 3.1)
112109
execjs (2.5.2)
113110
factory_girl (4.5.0)
114111
activesupport (>= 3.0.0)
@@ -337,7 +334,6 @@ DEPENDENCIES
337334
coffee-rails
338335
coveralls
339336
database_cleaner
340-
es5-shim-rails
341337
factory_girl_rails
342338
foreman
343339
jbuilder

0 commit comments

Comments
 (0)