diff options
| author | mo khan <mo@mokhan.ca> | 2014-02-20 19:39:36 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-02-20 19:39:36 -0700 |
| commit | ba8ebf09cd54dbf58bfb8ba032075ac895fea9bb (patch) | |
| tree | 75b4f8aa21be9ced56e84019af0095b91e30f585 | |
| parent | b1bac85f2c8b55e92f0472cbe4e548beb74743d0 (diff) | |
remove jquery, coffeescript and turbolinks gems.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Gemfile | 3 | ||||
| -rw-r--r-- | Gemfile.lock | 16 |
3 files changed, 1 insertions, 19 deletions
@@ -15,3 +15,4 @@ /log/*.log /tmp database.yml +vendor/bundle @@ -1,9 +1,6 @@ source 'https://rubygems.org' gem 'rails', '4.0.3' -gem 'coffee-rails', '~> 4.0.0' -gem 'jquery-rails' -gem 'turbolinks' gem 'jbuilder', '~> 1.2' gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index 797bc91..3f653bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,24 +28,13 @@ GEM arel (4.0.2) atomic (1.1.14) builder (3.1.4) - coffee-rails (4.0.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.0) - coffee-script (2.2.0) - coffee-script-source - execjs - coffee-script-source (1.7.0) diff-lcs (1.2.5) erubis (2.7.0) - execjs (2.0.2) hike (1.2.3) i18n (0.6.9) jbuilder (1.5.3) activesupport (>= 3.0.0) multi_json (>= 1.2.0) - jquery-rails (3.1.0) - railties (>= 3.0, < 5.0) - thor (>= 0.14, < 2.0) json (1.8.1) mail (2.5.4) mime-types (~> 1.16) @@ -105,19 +94,14 @@ GEM treetop (1.4.15) polyglot polyglot (>= 0.3.1) - turbolinks (2.2.1) - coffee-rails tzinfo (0.3.38) PLATFORMS ruby DEPENDENCIES - coffee-rails (~> 4.0.0) jbuilder (~> 1.2) - jquery-rails pg rails (= 4.0.3) rspec-rails sdoc - turbolinks |
