Skip to content

Commit

Permalink
update & correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
farisj committed Sep 10, 2016
1 parent a67d25e commit 180b247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Expand Up @@ -13,7 +13,6 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rake (11.1.2)
rspec (3.3.0)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
Expand All @@ -36,8 +35,7 @@ DEPENDENCIES
bundler (~> 1.3)
dotenvious!
pry
rake
rspec
rspec (>= 3.0)

BUNDLED WITH
1.12.5
5 changes: 2 additions & 3 deletions dotenvious.gemspec
Expand Up @@ -13,8 +13,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'

s.add_development_dependency 'bundler', '~> 1.3'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'pry'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'pry', '~> 0.10'

end

0 comments on commit 180b247

Please sign in to comment.