updated gitignore and added rake 0.8.7 to Gemfile because of errors
This commit is contained in:
parent
8b7e404b5b
commit
0301ba3315
3 changed files with 6 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -20,3 +20,6 @@ config/database.yml
|
|||
config/initializers/omniauth.rb
|
||||
config/unicorn.rb
|
||||
db/data.yml
|
||||
.idea
|
||||
.DS_Store
|
||||
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -1,6 +1,7 @@
|
|||
source "http://rubygems.org"
|
||||
|
||||
gem "rails", "3.2.5"
|
||||
gem "rake", "0.8.7"
|
||||
|
||||
# Supported DBs
|
||||
gem "sqlite3"
|
||||
|
|
|
@ -263,7 +263,7 @@ GEM
|
|||
rdoc (~> 3.4)
|
||||
thor (>= 0.14.6, < 2.0)
|
||||
raindrops (0.9.0)
|
||||
rake (0.9.2.2)
|
||||
rake (0.8.7)
|
||||
raphael-rails (1.5.2)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
|
@ -410,6 +410,7 @@ DEPENDENCIES
|
|||
pygments.rb!
|
||||
rails (= 3.2.5)
|
||||
rails-footnotes
|
||||
rake (= 0.8.7)
|
||||
raphael-rails (= 1.5.2)
|
||||
redcarpet (~> 2.1.1)
|
||||
resque (~> 1.20.0)
|
||||
|
|
Loading…
Add table
Reference in a new issue