Skip to content

Commit

Permalink
Support rubocop 0.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m4i committed Apr 8, 2017
1 parent 992a6c5 commit 4fef145
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ gemfile:
- gemfiles/0.45.gemfile
- gemfiles/0.46.gemfile
- gemfiles/0.47.gemfile
- gemfiles/0.48.gemfile
before_install:
- gem update --system
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
0.45.0
0.46.0
0.47.1
0.48.1
).each do |version|
appraise version[/\d+\.\d+/] do
gem 'rubocop', version
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/0.48.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rubocop", "0.48.1"

gemspec :path => "../"

0 comments on commit 4fef145

Please sign in to comment.