Skip to content

Commit

Permalink
Merge pull request #10 from r7kamura/bump-request-5262184921
Browse files Browse the repository at this point in the history
Change version to 0.4.1
  • Loading branch information
r7kamura committed Jun 14, 2023
2 parents 51efd1d + 28ae490 commit 5d7f9b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
PATH
remote: .
specs:
rubocop-migration (0.4.0)
rubocop-migration (0.4.1)
activesupport
rubocop (>= 1.34)
rubocop-rails

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4)
activesupport (7.0.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.2)
minitest (5.16.3)
minitest (5.18.0)
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
rack (3.0.0)
rack (3.0.7)
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.17.0)
rubocop-rails (2.19.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand All @@ -68,7 +68,7 @@ GEM
ruby-progressbar (1.11.0)
sevencop (0.21.0)
rubocop
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.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.0'
VERSION = '0.4.1'
end
end

0 comments on commit 5d7f9b5

Please sign in to comment.