Skip to content

Commit 3c68c43

Browse files
authored
updates-2024-12-10 (#85)
* bump-gems-2024-12-10 * Bump ruby version to 3.3.6 * update-database-2024-12-10 * Release v4.1.0
1 parent c84e438 commit 3c68c43

File tree

4 files changed

+2128
-38
lines changed

4 files changed

+2128
-38
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.2
1+
3.3.6

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
android-devices (4.0.0)
4+
android-devices (4.1.0)
55

66
GEM
77
remote: https://rubygems.org/
@@ -14,15 +14,15 @@ GEM
1414
rspec-core (~> 3.13.0)
1515
rspec-expectations (~> 3.13.0)
1616
rspec-mocks (~> 3.13.0)
17-
rspec-core (3.13.0)
17+
rspec-core (3.13.2)
1818
rspec-support (~> 3.13.0)
19-
rspec-expectations (3.13.0)
19+
rspec-expectations (3.13.3)
2020
diff-lcs (>= 1.2.0, < 2.0)
2121
rspec-support (~> 3.13.0)
22-
rspec-mocks (3.13.1)
22+
rspec-mocks (3.13.2)
2323
diff-lcs (>= 1.2.0, < 2.0)
2424
rspec-support (~> 3.13.0)
25-
rspec-support (3.13.1)
25+
rspec-support (3.13.2)
2626

2727
PLATFORMS
2828
ruby
@@ -36,4 +36,4 @@ DEPENDENCIES
3636
rspec
3737

3838
BUNDLED WITH
39-
2.5.11
39+
2.5.23

android-devices.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = 'android-devices'
5-
spec.version = '4.0.0'
5+
spec.version = '4.1.0'
66
spec.authors = ['Jon Wilson']
77
spec.email = ['jon.wilson01@bbc.co.uk']
88
spec.summary = 'Human readable Android device names'

0 commit comments

Comments
 (0)