Skip to content

Commit

Permalink
Merge pull request #121 from zendesk/craig/gemfile-rename
Browse files Browse the repository at this point in the history
Rename `Gemfile` to `gems.rb`
  • Loading branch information
craiglittle authored Jun 12, 2018
2 parents 6963770 + 7ea7c8d commit f0839fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*.gem
.bundle
Gemfile.lock
gems.locked
pkg
bin/
coverage/
4 changes: 0 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,5 @@ Style/BlockDelimiters:
Style/Documentation:
Enabled: false

Style/PercentLiteralDelimiters:
PreferredDelimiters:
default: '[]'

Style/SignalException:
EnforcedStyle: semantic
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ rvm:

cache: bundler

bundler_args: --without benchmark development
gemfile: gems.rb

before_install: gem update --system
bundler_args: --without benchmark development

after_success: bundle exec codeclimate-test-reporter
2 changes: 1 addition & 1 deletion Gemfile → gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

group :development do
gem 'bump', '~> 0.6.0', require: false
gem 'bundler', '~> 1.0', require: false
gem 'bundler', '~> 1.8', require: false
end

group :ci, :development do
Expand Down

0 comments on commit f0839fc

Please sign in to comment.