From ec1926dec660ed77f1d9492531fcb02c1790cbd0 Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Wed, 7 Sep 2016 10:21:37 +0200 Subject: [PATCH] added gems --- Gemfile | 5 +++++ Gemfile.lock | 30 ++++++++++++++++++++++++++ app/assets/stylesheets/application.css | 1 + 3 files changed, 36 insertions(+) diff --git a/Gemfile b/Gemfile index 6705ce9..1449c38 100644 --- a/Gemfile +++ b/Gemfile @@ -28,6 +28,11 @@ gem 'jbuilder', '~> 2.5' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development +gem 'dotenv' +gem 'unpoly-rails' +gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git' +gem 'therubyracer' + group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platform: :mri diff --git a/Gemfile.lock b/Gemfile.lock index e4b30c9..f92d950 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,13 @@ +GIT + remote: git://github.com/seyhunak/twitter-bootstrap-rails.git + revision: d3776ddd0b89d28fdebfd6e1c1541348cc90e5cc + specs: + twitter-bootstrap-rails (3.2.2) + actionpack (>= 3.1) + execjs (>= 2.2.2, >= 2.2) + less-rails (>= 2.5.0) + railties (>= 3.1) + GEM remote: https://rubygems.org/ specs: @@ -48,8 +58,10 @@ GEM coffee-script-source execjs coffee-script-source (1.10.0) + commonjs (0.2.7) concurrent-ruby (1.0.2) debug_inspector (0.0.2) + dotenv (2.1.1) erubis (2.7.0) execjs (2.7.0) ffi (1.9.14) @@ -63,6 +75,14 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) + less (2.6.0) + commonjs (~> 0.2.7) + less-rails (2.7.1) + actionpack (>= 4.0) + less (~> 2.6.0) + sprockets (> 2, < 4) + tilt + libv8 (3.16.14.15) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -113,6 +133,7 @@ GEM rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) + ref (2.0.0) sass (3.4.22) sass-rails (5.0.6) railties (>= 4.0.0, < 6) @@ -132,6 +153,9 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.11) + therubyracer (0.12.2) + libv8 (~> 3.16.14.0) + ref thor (0.19.1) thread_safe (0.3.5) tilt (2.0.5) @@ -139,6 +163,8 @@ GEM thread_safe (~> 0.1) uglifier (3.0.2) execjs (>= 0.3.0, < 3) + unpoly-rails (0.28.1) + rails (>= 3) web-console (3.3.1) actionview (>= 5.0) activemodel (>= 5.0) @@ -154,6 +180,7 @@ PLATFORMS DEPENDENCIES byebug coffee-rails (~> 4.2) + dotenv jbuilder (~> 2.5) jquery-rails listen (~> 3.0.5) @@ -163,8 +190,11 @@ DEPENDENCIES spring spring-watcher-listen (~> 2.0.0) sqlite3 + therubyracer + twitter-bootstrap-rails! tzinfo-data uglifier (>= 1.3.0) + unpoly-rails web-console BUNDLED WITH diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 0ebd7fe..6e86e7c 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -10,6 +10,7 @@ * files in this directory. Styles in this file should be added after the last require_* statement. * It is generally better to create a new file per style scope. * + *= require twitter/bootstrap *= require_tree . *= require_self */