Get rid of all smartassiness, do everything yourself
authorMarcel Hlopko <marcel@hlopko.com>
Thu, 30 Oct 2014 14:22:32 +0100
changeset 240 e28010b85053
parent 239 33b6b56411aa
child 241 6c56f95bddd3
Get rid of all smartassiness, do everything yourself
web/Gemfile
web/Gemfile.lock
--- a/web/Gemfile	Wed Oct 29 21:07:41 2014 +0100
+++ b/web/Gemfile	Thu Oct 30 14:22:32 2014 +0100
@@ -9,7 +9,7 @@
 gem "jquery-rails"
 gem "jquery-ui-rails"
 gem "coffee-rails"
-gem "twitter-bootstrap-rails", "~> 3"
+gem "less-rails-bootstrap"
 gem "turbolinks"
 gem "rickshaw_rails", git: "https://github.com/mhlopko/rickshaw_rails.git"
 gem "dotenv-rails"
@@ -19,7 +19,6 @@
 gem "flamegraph"
 gem "handlers-js"
 gem "quiet_assets"
-gem "simple_form"
 
 group :development do
   gem "capistrano", "~> 2.15"
--- a/web/Gemfile.lock	Wed Oct 29 21:07:41 2014 +0100
+++ b/web/Gemfile.lock	Thu Oct 30 14:22:32 2014 +0100
@@ -100,6 +100,8 @@
     less-rails (2.5.0)
       actionpack (>= 3.1)
       less (~> 2.5.0)
+    less-rails-bootstrap (3.2.0)
+      less-rails (~> 2.5.0)
     libv8 (3.16.14.7)
     mail (2.6.1)
       mime-types (>= 1.16, < 3)
@@ -170,9 +172,6 @@
     sdoc (0.4.1)
       json (~> 1.7, >= 1.7.7)
       rdoc (~> 4.0)
-    simple_form (3.0.2)
-      actionpack (~> 4.0)
-      activemodel (~> 4.0)
     slop (3.6.0)
     sprockets (2.12.2)
       hike (~> 1.2)
@@ -192,11 +191,6 @@
     tilt (1.4.1)
     turbolinks (2.5.1)
       coffee-rails
-    twitter-bootstrap-rails (3.2.0)
-      actionpack (~> 4.1)
-      execjs (~> 2.2)
-      rails (~> 4.1)
-      railties (~> 4.1)
     tzinfo (1.2.2)
       thread_safe (~> 0.1)
     uglifier (2.5.3)
@@ -221,6 +215,7 @@
   jquery-rails
   jquery-ui-rails
   less-rails
+  less-rails-bootstrap
   pry (~> 0.9)
   pry-byebug
   quiet_assets
@@ -230,9 +225,7 @@
   rspec-rails
   rvm-capistrano (~> 1.3)
   sdoc
-  simple_form
   sqlite3
   therubyracer
   turbolinks
-  twitter-bootstrap-rails (~> 3)
   uglifier