Skip to content

Commit e5186bb

Browse files
author
Chris Blackburn
committed
Bump ruby version
1 parent 5d6d079 commit e5186bb

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.3
1+
3.0.2

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
*1.0.6* (September 30, 2025)
2+
3+
* Bump rexml from 3.3.9 to 3.4.2
4+
15
*1.0.5* (October 04, 2024)
26

37
* Fix a data parsing error where foreign countries use the pipe symbol in city names

Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
free_zipcode_data (1.0.5)
4+
free_zipcode_data (1.0.6)
55
colored (~> 1.2)
66
kiba (~> 4.0)
77
optimist (~> 3.0)
@@ -19,7 +19,8 @@ GEM
1919
docile (1.4.0)
2020
kiba (4.0.0)
2121
method_source (0.9.2)
22-
optimist (3.0.1)
22+
mini_portile2 (2.8.9)
23+
optimist (3.2.1)
2324
parallel (1.21.0)
2425
parser (3.0.2.0)
2526
ast (~> 2.4.1)
@@ -58,14 +59,15 @@ GEM
5859
parser (>= 3.0.1.1)
5960
ruby-prof (0.18.0)
6061
ruby-progressbar (1.11.0)
61-
rubyzip (2.3.2)
62+
rubyzip (3.1.1)
6263
simplecov (0.21.2)
6364
docile (~> 1.1)
6465
simplecov-html (~> 0.11)
6566
simplecov_json_formatter (~> 0.1)
6667
simplecov-html (0.12.3)
6768
simplecov_json_formatter (0.1.3)
68-
sqlite3 (1.4.2)
69+
sqlite3 (1.7.3)
70+
mini_portile2 (~> 2.8.0)
6971
unicode-display_width (2.1.0)
7072

7173
PLATFORMS
@@ -82,4 +84,4 @@ DEPENDENCIES
8284
simplecov (~> 0.16)
8385

8486
BUNDLED WITH
85-
2.1.4
87+
2.2.22

lib/free_zipcode_data/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FreeZipcodeData
4-
VERSION = '1.0.5'.freeze
4+
VERSION = '1.0.6'.freeze
55
end

0 commit comments

Comments
 (0)