Skip to content

Commit

Permalink
Deps: sort gems alphabetically (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mockdeep authored May 18, 2019
1 parent 813d9b7 commit eb9115b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,28 @@ ruby '2.6.3'

gem 'rails', '~> 5.2.3'

gem 'bcrypt'
gem 'bootsnap', require: false
gem 'pg'
gem 'puma'
gem 'sass-rails'
gem 'uglifier'

gem 'turbolinks'
gem 'bcrypt'
gem 'bootsnap', require: false
gem 'uglifier'

group :development, :test do
gem 'byebug'
gem 'rspec-rails'
end

group :development do
gem 'web-console'
gem 'listen'
gem 'spring'
gem 'spring-watcher-listen'
gem 'web-console'
end

group :test do
gem 'capybara'
gem 'selenium-webdriver'
gem 'chromedriver-helper'
gem 'selenium-webdriver'
end
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* configure Github branch protection
* set up deployment
* auto-deploy from CircleCI
* add bundler-audit
* set up brakeman (security scanner)
* set up rubocop
* set up eslint
Expand Down

0 comments on commit eb9115b

Please sign in to comment.