Skip to content

Commit

Permalink
Updated gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip (flip) Kromer committed Nov 9, 2011
1 parent 5f1093c commit 1652b50
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Gemfile
@@ -1,23 +1,23 @@
source "http://rubygems.org"
source 'http://rubygems.org'

gem 'json'
gem 'activemodel', "~> 3.0.9"
gem 'addressable', "~> 2.2"
gem 'json'
gem 'activemodel', "~> 3.0.9"
gem 'addressable', "~> 2.2"

gem 'configliere', "~> 0.4.8"
gem 'gorillib', :git => 'https://github.com/infochimps/gorillib.git'
gem 'addressable', "~> 2.2"
gem 'configliere', "~> 0.4.8"
gem 'gorillib', "~> 0.1.7"
gem 'addressable', "~> 2.2"

group :development do
gem 'awesome_print', "~> 0.4.0"
gem 'rspec', "~> 2.3.0"
gem 'yard', "~> 0.6.0"
gem 'bundler', "~> 1"
gem 'jeweler', "~> 1.6.4"
gem 'rcov', ">= 0"
gem 'bundler', "~> 1"
gem 'jeweler', "~> 1.6.4"
gem 'yard', "~> 0.6.0"
gem 'rspec', "~> 2.3.0"
gem 'rcov', ">= 0"
gem 'awesome_print', "~> 0.4.0"
end

group :test do
gem 'spork', "~> 0.9.0.rc9"
gem 'watchr'
gem 'spork', "~> 0.9.0.rc9"
gem 'watchr'
end

0 comments on commit 1652b50

Please sign in to comment.