diff --git a/Gemfile b/Gemfile index 4529cd4..1480e53 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,6 @@ gem 'uglifier', '>= 1.3.0' # assets gem 'bourbon' gem 'neat' -gem 'bitters' group :development do gem 'better_errors' diff --git a/Gemfile.lock b/Gemfile.lock index 22880a9..0cb5323 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,10 +49,6 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - bitters (1.2.0) - bourbon (>= 4.2) - sass (>= 3.4) - thor bourbon (4.2.7) sass (~> 3.4) thor (~> 0.19) @@ -267,7 +263,6 @@ DEPENDENCIES bcrypt (~> 3.1.7) better_errors binding_of_caller - bitters bourbon byebug figaro (~> 1.1.1) diff --git a/app/assets/javascripts/ie9.js b/app/assets/javascripts/ie9.js new file mode 100644 index 0000000..a351371 --- /dev/null +++ b/app/assets/javascripts/ie9.js @@ -0,0 +1 @@ +//= require html5shiv/dist/html5shiv.min diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 80a05f8..a66a0f9 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -7,7 +7,15 @@