Skip to content

Commit

Permalink
Merge branch 'master' into use_cop_base_api
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Jun 27, 2022
2 parents 0bc4a31 + e5fea79 commit 863e7ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: ["2.6", "2.7", "3.0", "3.1"]
ruby_version: ["2.7", "3.0", "3.1"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Expand Up @@ -9,18 +9,17 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionview (6.1.6)
activesupport (= 6.1.6)
actionview (7.0.3)
activesupport (= 7.0.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.1.6)
activesupport (7.0.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.2)
builder (3.2.4)
concurrent-ruby (1.1.10)
Expand Down Expand Up @@ -70,14 +69,13 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
zeitwerk (2.6.0)

PLATFORMS
x86_64-darwin-19
x86_64-darwin-20

DEPENDENCIES
actionview (~> 6.1)
actionview
minitest
rake
rubocop-github!
Expand Down
2 changes: 1 addition & 1 deletion rubocop-github.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.add_dependency "rubocop-performance"
s.add_dependency "rubocop-rails"

s.add_development_dependency "actionview", "~> 6.1"
s.add_development_dependency "actionview"
s.add_development_dependency "minitest"
s.add_development_dependency "rake"

Expand Down

0 comments on commit 863e7ba

Please sign in to comment.