Skip to content

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
gipcompany committed Sep 22, 2016
1 parent 83f469d commit 2c0ffd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
source 'https://rubygems.org'

gem 'rails'
gem 'rake', '~> 10.0'
gem 'rake'

group :development, :test do
gem 'pry', '~> 0.10.4'
gem 'pry-byebug', '~> 3.4.0'
gem 'pry'
gem 'pry-byebug'
end

group :test do
gem 'simplecov'
gem 'codeclimate-test-reporter', require: true
gem 'rspec', '~> 3.0'
gem 'rspec'
end

gemspec
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.5.0)
rake (11.3.0)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand Down Expand Up @@ -147,11 +147,11 @@ DEPENDENCIES
bundler (~> 1.13)
codeclimate-test-reporter
file_manipulator!
pry (~> 0.10.4)
pry-byebug (~> 3.4.0)
pry
pry-byebug
rails
rake (~> 10.0)
rspec (~> 3.0)
rake
rspec
simplecov

BUNDLED WITH
Expand Down

0 comments on commit 2c0ffd0

Please sign in to comment.