Skip to content

Commit

Permalink
add backbone
Browse files Browse the repository at this point in the history
  • Loading branch information
pworker committed Jul 22, 2013
1 parent 0e8eaaf commit 563ac42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem 'anjlab-bootstrap-rails', '>= 2.3', :require => 'bootstrap-rails'
gem 'enumerize'
gem 'bootstrap-datepicker-rails'
gem 'bootstrap_helper'

gem "rails-backbone"
group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', require: false
Expand Down
17 changes: 12 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GEM
rake
arel (4.0.0)
atomic (1.1.10)
bootstrap-datepicker-rails (1.1.1.1)
bootstrap-datepicker-rails (1.1.1.3)
railties (>= 3.0)
bootstrap_helper (4.2.2.3)
railties (= 4.0.0)
Expand All @@ -46,7 +46,8 @@ GEM
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.2)
coffee-script-source (1.6.3)
ejs (1.1.1)
enumerize (0.6.1)
activesupport (>= 3.2)
erubis (2.7.0)
Expand All @@ -61,7 +62,7 @@ GEM
jbuilder (1.4.2)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
jquery-rails (3.0.1)
jquery-rails (2.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.0)
Expand Down Expand Up @@ -110,6 +111,11 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.0)
sprockets-rails (~> 2.0.0)
rails-backbone (0.9.10)
coffee-script (~> 2.2.0)
ejs (~> 1.1.1)
jquery-rails (~> 2.1.3)
railties (>= 3.1.0)
railties (4.0.0)
actionpack (= 4.0.0)
activesupport (= 4.0.0)
Expand Down Expand Up @@ -148,10 +154,10 @@ GEM
treetop (1.4.14)
polyglot
polyglot (>= 0.3.1)
turbolinks (1.2.0)
turbolinks (1.3.0)
coffee-rails
tzinfo (0.3.37)
uglifier (2.1.1)
uglifier (2.1.2)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
will_paginate (3.0.4)
Expand All @@ -174,6 +180,7 @@ DEPENDENCIES
omniauth-facebook
pry
rails (= 4.0.0)
rails-backbone
sass-rails (~> 4.0.0)
sdoc
simple_form (>= 3.0.0.rc)
Expand Down

0 comments on commit 563ac42

Please sign in to comment.