jpostcode 1.0.0.20230501 → 1.0.0.20230601

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bcf855fb03da7f3d575016ad67e2acf0ffd8976eec9a22325c712432450e7de1
4
- data.tar.gz: c71ac5333ca972517f37abeca4e508cdf81a0a1d2ee03d7485607a8625243220
3
+ metadata.gz: 47deeafd244230c1b4b264d298534b320b273462c329d9f258d1c523629713e1
4
+ data.tar.gz: 6e4a16aecd49c723b5199f83b1aaf83248936de529a72c263a529964cd85ee7f
5
5
  SHA512:
6
- metadata.gz: f11a839697e6ef9b44cbd2d8855361e035e7cefb467630b7c23030e3998466c9edecff18711b7d0639b6fb1073fc0deecd4709491a939ad09969a19bbc908d7e
7
- data.tar.gz: e060cd7ccbf345a7afa6a77f55e675a3c11818cbfe402a7542dc5652bebd4473c0e0e021d89de6ad9d3799f11691b4cff62ae22b9bfadf1b06a049d709b0c5cc
6
+ metadata.gz: 5780925aba046d3c89e89046fb74e1ac0f751d4054ffb07cd396b2044b81e25fcb27c45521fb21bb4aa821d025304237526253f6ec748a1805b4f464c561c324
7
+ data.tar.gz: 3772b79235c7c72a57471ba2ca7afe3d455972222985b7b3e32d5ee96a563ba375c61a150ed295ff7fdf37336da385eab0eabc6fe0cc380f1baf5b1f4cad015d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jpostcode (1.0.0.20230501)
4
+ jpostcode (1.0.0.20230601)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -72,7 +72,7 @@ GEM
72
72
  diff-lcs (>= 1.2.0, < 2.0)
73
73
  rspec-support (~> 3.12.0)
74
74
  rspec-support (3.12.0)
75
- rubocop (1.50.2)
75
+ rubocop (1.51.0)
76
76
  json (~> 2.3)
77
77
  parallel (~> 1.10)
78
78
  parser (>= 3.2.0.0)
@@ -82,21 +82,24 @@ GEM
82
82
  rubocop-ast (>= 1.28.0, < 2.0)
83
83
  ruby-progressbar (~> 1.7)
84
84
  unicode-display_width (>= 2.4.0, < 3.0)
85
- rubocop-ast (1.28.0)
85
+ rubocop-ast (1.28.1)
86
86
  parser (>= 3.2.1.0)
87
87
  rubocop-capybara (2.18.0)
88
88
  rubocop (~> 1.41)
89
- rubocop-performance (1.17.1)
89
+ rubocop-factory_bot (2.23.1)
90
+ rubocop (~> 1.33)
91
+ rubocop-performance (1.18.0)
90
92
  rubocop (>= 1.7.0, < 2.0)
91
93
  rubocop-ast (>= 0.4.0)
92
94
  rubocop-rake (0.6.0)
93
95
  rubocop (~> 1.0)
94
- rubocop-rspec (2.20.0)
96
+ rubocop-rspec (2.22.0)
95
97
  rubocop (~> 1.33)
96
98
  rubocop-capybara (~> 2.17)
99
+ rubocop-factory_bot (~> 2.22)
97
100
  ruby-progressbar (1.13.0)
98
101
  shellany (0.0.1)
99
- thor (1.2.1)
102
+ thor (1.2.2)
100
103
  unicode-display_width (2.4.2)
101
104
 
102
105
  PLATFORMS