Commit 0301ba3315436a2dc466415ab0a3dd4fd7be3931

Authored by Jeremy Anderson
1 parent 8b7e404b

updated gitignore and added rake 0.8.7 to Gemfile because of errors

Showing 3 changed files with 6 additions and 1 deletions   Show diff stats
.gitignore
... ... @@ -20,3 +20,6 @@ config/database.yml
20 20 config/initializers/omniauth.rb
21 21 config/unicorn.rb
22 22 db/data.yml
  23 +.idea
  24 +.DS_Store
  25 +
... ...
Gemfile
1 1 source "http://rubygems.org"
2 2  
3 3 gem "rails", "3.2.5"
  4 +gem "rake", "0.8.7"
4 5  
5 6 # Supported DBs
6 7 gem "sqlite3"
... ...
Gemfile.lock
... ... @@ -263,7 +263,7 @@ GEM
263 263 rdoc (~> 3.4)
264 264 thor (>= 0.14.6, < 2.0)
265 265 raindrops (0.9.0)
266   - rake (0.9.2.2)
  266 + rake (0.8.7)
267 267 raphael-rails (1.5.2)
268 268 rdoc (3.12)
269 269 json (~> 1.4)
... ... @@ -410,6 +410,7 @@ DEPENDENCIES
410 410 pygments.rb!
411 411 rails (= 3.2.5)
412 412 rails-footnotes
  413 + rake (= 0.8.7)
413 414 raphael-rails (= 1.5.2)
414 415 redcarpet (~> 2.1.1)
415 416 resque (~> 1.20.0)
... ...