Skip to content

Commit

Permalink
Update gems dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renatosnrg committed Mar 7, 2016
1 parent 6b55a9e commit 645c93e
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
source 'https://rubygems.org'

group :development do
gem "bundler", "~> 1.6"
gem "rake", "~> 10.3.2"
gem "yard", "~> 0.8.7.4"
gem "redcarpet", "~> 3.1.2"
gem 'bundler', '~> 1.11.2'
gem 'rake', '~> 10.5.0'
gem 'yard', '~> 0.8.7.6'
gem 'redcarpet', '~> 3.3.4'
end

group :test do
gem "rspec", "~> 2.14.1"
gem "coveralls", "~> 0.7.0", :require => false
gem "simplecov", "~> 0.8.2", :require => false
gem "webmock", "~> 1.18.0"
gem 'rspec', '~> 2.14.1'
gem 'coveralls', '~> 0.8.13', :require => false
gem 'simplecov', '~> 0.11.2', :require => false
gem 'webmock', '~> 1.24.2'
end

gemspec
75 changes: 38 additions & 37 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,30 @@ PATH
remote: .
specs:
sendgrid-api (0.0.4)
faraday (~> 0.9.0)
json (~> 1.8.1)
faraday (~> 0.9.2)
json (~> 1.8.3)

GEM
remote: https://rubygems.org/
specs:
addressable (2.3.6)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
crack (0.4.2)
addressable (2.4.0)
coveralls (0.8.13)
json (~> 1.8)
simplecov (~> 0.11.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
tins (~> 1.6.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
docile (1.1.3)
faraday (0.9.0)
docile (1.1.5)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
json (1.8.1)
mime-types (2.0)
multi_json (1.10.1)
hashdiff (0.3.0)
json (1.8.3)
multipart-post (2.0.0)
rake (10.3.2)
redcarpet (3.1.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rake (10.5.0)
redcarpet (3.3.4)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand All @@ -37,31 +34,35 @@ GEM
rspec-expectations (2.14.3)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
safe_yaml (1.0.3)
simplecov (0.8.2)
safe_yaml (1.0.4)
simplecov (0.11.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
tins (0.12.0)
webmock (1.18.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
term-ansicolor (1.3.2)
tins (~> 1.0)
thor (0.19.1)
tins (1.6.0)
webmock (1.24.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
yard (0.8.7.4)
hashdiff
yard (0.8.7.6)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.6)
coveralls (~> 0.7.0)
rake (~> 10.3.2)
redcarpet (~> 3.1.2)
bundler (~> 1.11.2)
coveralls (~> 0.8.13)
rake (~> 10.5.0)
redcarpet (~> 3.3.4)
rspec (~> 2.14.1)
sendgrid-api!
simplecov (~> 0.8.2)
webmock (~> 1.18.0)
yard (~> 0.8.7.4)
simplecov (~> 0.11.2)
webmock (~> 1.24.2)
yard (~> 0.8.7.6)

BUNDLED WITH
1.11.2
4 changes: 2 additions & 2 deletions sendgrid-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'faraday', '~> 0.9.0'
spec.add_dependency 'json', '~> 1.8.1'
spec.add_dependency 'faraday', '~> 0.9.2'
spec.add_dependency 'json', '~> 1.8.3'
end

0 comments on commit 645c93e

Please sign in to comment.