Skip to content

Commit

Permalink
Change Gemfile to use https URL to reference git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Mar 26, 2013
1 parent 4557c79 commit df15d8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -2,9 +2,9 @@

source 'https://rubygems.org'

gem 'data_objects', '~> 0.10.12', :github => 'datamapper/do'
gem 'veritas', '~> 0.0.8', :github => 'dkubb/veritas'
gem 'veritas-sql-generator', '~> 0.0.7', :github => 'dkubb/veritas-sql-generator'
gem 'data_objects', '~> 0.10.12', :git => 'https://github.com/datamapper/do.git'
gem 'veritas', '~> 0.0.8', :git => 'https://github.com/dkubb/veritas.git'
gem 'veritas-sql-generator', '~> 0.0.7', :git => 'https://github.com/dkubb/veritas-sql-generator.git'

gem 'devtools', :git => 'https://github.com/datamapper/devtools.git'
eval File.read('Gemfile.devtools')

0 comments on commit df15d8b

Please sign in to comment.