Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
build new gem
Browse files Browse the repository at this point in the history
  • Loading branch information
zsprackett committed Dec 28, 2016
1 parent 62c9cf4 commit 5a871fe
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
source 'http://rubygems.org'

# Required gems
gem 'bundler'
gem 'unf'
gem "fog", "~> 1.19.0"
gem 'hashifiable', '>= 0.1.3'
gem 'log4r', '~> 1.1.10'
gem 'bundler', '~> 1.13'
gem 'unf', '~> 0.1'
gem 'fog', '~> 1.19', '>= 1.19.0'
gem 'hashifiable', '~> 0.1', '>= 0.1.3'
gem 'log4r', '~> 1.1', '>= 1.1.10'

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem 'rdoc'
gem 'jeweler'
gem 'cane'
gem 'rspec'
gem 'rspec-mocks'
gem 'rspec-collection_matchers'
gem "factory_girl"
gem 'coveralls', require: false
gem 'rdoc', '~> 5.0'
gem 'jeweler', '~> 2.3'
gem 'cane', '~> 3.0'
gem 'rspec', '~> 3.5'
gem 'rspec-mocks', '~> 3.5'
gem 'rspec-collection_matchers', '~> 1.1'
gem 'factory_girl', '~> 4'
gem 'coveralls', '~> 0', require: false
end

0 comments on commit 5a871fe

Please sign in to comment.