Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem 'debugger', group: [:development, :test]

# Project specific
gem 'sass-rails', '~> 4.0.0'
gem 'bootstrap-sass', :github => 'thomas-mcdonald/bootstrap-sass', branch: '3'
gem 'bootstrap-sass', '~> 3.1.1.0'
gem 'haml'
gem 'best_in_place', :github => 'bernat/best_in_place', branch: 'rails-4'
gem 'kaminari'
12 changes: 3 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ GIT
jquery-rails
rails (~> 4)

GIT
remote: git://github.com/thomas-mcdonald/bootstrap-sass.git
revision: 0e88056ac5d58fb0bbd23d3fe929eac01712d964
branch: 3
specs:
bootstrap-sass (3.0.0.0)
sass (~> 3.2)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -44,6 +36,8 @@ GEM
tzinfo (~> 0.3.37)
arel (4.0.0)
atomic (1.1.14)
bootstrap-sass (3.1.1.0)
sass (~> 3.2)
builder (3.1.4)
coffee-rails (4.0.0)
coffee-script (>= 2.2.0)
Expand Down Expand Up @@ -138,7 +132,7 @@ PLATFORMS

DEPENDENCIES
best_in_place!
bootstrap-sass!
bootstrap-sass (~> 3.1.1.0)
coffee-rails (~> 4.0.0)
debugger
haml
Expand Down
3 changes: 3 additions & 0 deletions bin/bundle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')
4 changes: 4 additions & 0 deletions bin/rails
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'
4 changes: 4 additions & 0 deletions bin/rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
require_relative '../config/boot'
require 'rake'
Rake.application.run