Skip to content

Commit

Permalink
update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Metzler committed Oct 11, 2013
1 parent 56d52f0 commit 6aeb3e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile
@@ -1,4 +1,5 @@
source :gemcutter
source 'https://rubygems.org'

gem 'rails', '2.3.5'
gem 'pg', :group => :production
gem 'sqlite3-ruby', :group => :development
Expand All @@ -7,4 +8,4 @@ gem 'httparty'
gem 'oauth'
gem 'oauth2'
gem 'rails-settings', :require => 'settings'
gem 'fastercsv'
gem 'fastercsv'
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
actionmailer (2.3.5)
actionpack (= 2.3.5)
Expand Down

0 comments on commit 6aeb3e3

Please sign in to comment.