mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 04:08:54 +00:00
replacing web-app-theme with boilerplate
This commit is contained in:
parent
4d97029ab9
commit
32d69955cc
2 changed files with 3 additions and 10 deletions
2
Gemfile
2
Gemfile
|
|
@ -36,8 +36,8 @@ gem 'jquery-rails'
|
|||
|
||||
gem 'devise', '>= 2.0'
|
||||
gem 'whenever'
|
||||
gem 'web-app-theme', :git => 'https://github.com/pilu/web-app-theme.git'
|
||||
gem 'rails-backbone'
|
||||
gem 'rails-boilerplate'
|
||||
gem 'heroku'
|
||||
|
||||
group :development, :test do
|
||||
|
|
|
|||
11
Gemfile.lock
11
Gemfile.lock
|
|
@ -1,11 +1,3 @@
|
|||
GIT
|
||||
remote: https://github.com/pilu/web-app-theme.git
|
||||
revision: b7310fe5001ed03b965049f293fce3527ae98dae
|
||||
specs:
|
||||
web-app-theme (0.8.0)
|
||||
rails (~> 3.2.0)
|
||||
thor (~> 0.14)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
|
@ -102,6 +94,7 @@ GEM
|
|||
coffee-script (~> 2.2.0)
|
||||
ejs (~> 1.0.0)
|
||||
railties (>= 3.1.0)
|
||||
rails-boilerplate (0.1.6)
|
||||
railties (3.2.1)
|
||||
actionpack (= 3.2.1)
|
||||
activesupport (= 3.2.1)
|
||||
|
|
@ -156,8 +149,8 @@ DEPENDENCIES
|
|||
pg
|
||||
rails (= 3.2.1)
|
||||
rails-backbone
|
||||
rails-boilerplate
|
||||
sass-rails (~> 3.2.3)
|
||||
thin
|
||||
uglifier (>= 1.0.3)
|
||||
web-app-theme!
|
||||
whenever
|
||||
|
|
|
|||
Loading…
Reference in a new issue