Skip to content

Commit

Permalink
Merge pull request #13 from r7kamura/bump-request-5555234407
Browse files Browse the repository at this point in the history
Change version to 0.4.2
  • Loading branch information
r7kamura committed Jul 14, 2023
2 parents 9c4d264 + 790412a commit 14c09ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PATH
remote: .
specs:
rubocop-migration (0.4.1)
rubocop-migration (0.4.2)
activesupport
rubocop (>= 1.34)
rubocop-rails

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.5)
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -20,11 +20,11 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.2)
minitest (5.18.0)
minitest (5.18.1)
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
rack (3.0.7)
rack (3.0.8)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.0)
Expand Down Expand Up @@ -57,7 +57,7 @@ GEM
rubocop-performance (1.15.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.19.1)
rubocop-rails (2.20.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/migration/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rubocop
module Migration
VERSION = '0.4.1'
VERSION = '0.4.2'
end
end

0 comments on commit 14c09ee

Please sign in to comment.