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

Commit

Permalink
Tidy Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
atcruice committed Mar 12, 2018
1 parent b6501b7 commit d4a1a19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ ruby "2.5.0"
gem "jbuilder"
gem "pg"
gem "puma"
gem "rails", "~> 5.1.0"
gem "rails", "5.1.4"

group :development, :test do
gem "byebug"
end

group :development do
gem "listen", ">= 3.0.5", "< 3.2"
gem "listen"
gem "spring"
gem "spring-commands-rspec"
gem "spring-watcher-listen", "~> 2.0.0"
gem "spring-watcher-listen"
end

group :test do
gem "rspec-rails"
gem "vcr", require: false
gem "webmock", require: false
end

group :development, :test do
gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
gem "rspec-rails"
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@ PLATFORMS
DEPENDENCIES
byebug
jbuilder
listen (>= 3.0.5, < 3.2)
listen
pg
puma
rails (~> 5.1.0)
rails (= 5.1.4)
rspec-rails
spring
spring-commands-rspec
spring-watcher-listen (~> 2.0.0)
spring-watcher-listen
vcr
webmock

Expand Down

0 comments on commit d4a1a19

Please sign in to comment.