Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Pulsifer <[email protected]>
  • Loading branch information
Jonathan Pulsifer committed Dec 8, 2020
1 parent d23040a commit 6b4124a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby
os: linux
before_install: gem install bundler
rvm:
- '2.6.0'
- '2.7.2'
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ source 'https://rubygems.org'

gem 'byebug'
gem 'rake'
gem 'rubocop'
gem 'rubocop-shopify', require: false
gem 'yard'

group :test do
gem 'rubocop'
gem 'rubocop-shopify', require: false
gem 'rspec', '~> 3.2'
gem 'vcr', '~> 2.9', github: 'vcr/vcr', branch: 'master', ref: '480304be6d73803e6c4a0eb21a4ab4091da558d8'
end
Expand Down

0 comments on commit 6b4124a

Please sign in to comment.