Skip to content

Commit

Permalink
added ability for heroku push
Browse files Browse the repository at this point in the history
  • Loading branch information
tylacock committed May 2, 2012
1 parent 1325661 commit 7fcd35f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ gem 'rails', '3.2.3'
# Bundle edge Rails instead: # Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git' # gem 'rails', :git => 'git://github.com/rails/rails.git'


gem 'sqlite3' group :development do
gem 'sqlite3', '1.3.5'
end




# Gems used only for assets and not required # Gems used only for assets and not required
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6) sqlite3 (1.3.5)
thor (0.14.6) thor (0.14.6)
tilt (1.3.3) tilt (1.3.3)
treetop (1.4.10) treetop (1.4.10)
Expand All @@ -109,5 +109,5 @@ DEPENDENCIES
jquery-rails jquery-rails
rails (= 3.2.3) rails (= 3.2.3)
sass-rails (~> 3.2.3) sass-rails (~> 3.2.3)
sqlite3 sqlite3 (= 1.3.5)
uglifier (>= 1.0.3) uglifier (>= 1.0.3)

0 comments on commit 7fcd35f

Please sign in to comment.