From 39fb6f6704c657b956f4c9b79d043c7bfa51b5cc Mon Sep 17 00:00:00 2001 From: Beatriz Rezener Date: Fri, 10 Oct 2014 13:57:48 -0300 Subject: [PATCH] Changing application layout and tests. Ref bootstrap removed. #124. --- Gemfile | 2 +- Gemfile.lock | 1 - app/views/layouts/application.html.erb | 5 ++--- features/homepage.feature | 2 +- features/project/create.feature | 2 +- features/users/user_projects.feature | 2 +- 6 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 57f8bf8..e55e5d0 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'kalibro_gatekeeper_client', '~> 1.0.0' gem "pg", "~> 0.17.0" # Twitter Bootstrap for layout -gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git', :ref => '3edf24d' #Fixed the ref so it does not update accidentaly and breaks +gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git' # Chart generation gem "chart-js-rails", "~> 0.0.6" diff --git a/Gemfile.lock b/Gemfile.lock index 00f5662..48d5aa8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,6 @@ GIT remote: git://github.com/seyhunak/twitter-bootstrap-rails.git revision: 3edf24de985d946f16a2781644289cfdc51ba95b - ref: 3edf24d specs: twitter-bootstrap-rails (3.2.0) actionpack (>= 3.1) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index f4984d6..2ce2dc5 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -83,9 +83,8 @@