Commit 14ac0746712ac11e823a856b4c15cd5d91ea541e

Authored by Marin Jankovski
1 parent 3faa14e7

Remove modernizr gem.

Showing 2 changed files with 0 additions and 4 deletions   Show diff stats
Gemfile
... ... @@ -159,7 +159,6 @@ gem 'select2-rails'
159 159 gem 'jquery-atwho-rails', "~> 0.3.3"
160 160 gem "jquery-rails", "2.1.3"
161 161 gem "jquery-ui-rails", "2.0.2"
162   -gem "modernizr", "2.6.2"
163 162 gem "raphael-rails", "~> 2.1.2"
164 163 gem 'bootstrap-sass', '~> 3.0'
165 164 gem "font-awesome-rails", '~> 3.2'
... ...
Gemfile.lock
... ... @@ -285,8 +285,6 @@ GEM
285 285 method_source (0.8.2)
286 286 mime-types (1.25.1)
287 287 minitest (4.7.5)
288   - modernizr (2.6.2)
289   - sprockets (~> 2.0)
290 288 multi_json (1.8.4)
291 289 multi_xml (0.5.5)
292 290 multipart-post (1.2.0)
... ... @@ -616,7 +614,6 @@ DEPENDENCIES
616 614 launchy
617 615 letter_opener
618 616 minitest (~> 4.7.0)
619   - modernizr (= 2.6.2)
620 617 mysql2
621 618 nprogress-rails
622 619 omniauth (~> 1.1.3)
... ...