Skip to content

Commit 684bbb7

Browse files
author
Daniel Lewis
committed
version 3.4.5
1 parent d3577ec commit 684bbb7

4 files changed

Lines changed: 41 additions & 36 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v4.3.5 _29 July 2025_
4+
5+
- Gem updates
6+
37
## v4.3.4 _29 July 2025_
48

59
- Ruby 3.4.5

Gemfile.lock

Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,22 @@ GEM
3131
addressable (2.8.7)
3232
public_suffix (>= 2.0.2, < 7.0)
3333
ast (2.4.3)
34-
base64 (0.2.0)
35-
benchmark (0.4.0)
36-
bigdecimal (3.1.9)
34+
base64 (0.3.0)
35+
benchmark (0.4.1)
36+
bigdecimal (3.2.2)
3737
concurrent-ruby (1.3.5)
3838
connection_pool (2.5.3)
3939
crack (1.0.0)
4040
bigdecimal
4141
rexml
4242
date (3.4.1)
43-
debug (1.10.0)
43+
debug (1.11.0)
4444
irb (~> 1.10)
4545
reline (>= 0.3.8)
46-
diff-lcs (1.6.1)
46+
diff-lcs (1.6.2)
4747
domain_name (0.6.20240107)
48-
drb (2.2.1)
48+
drb (2.2.3)
49+
erb (5.0.2)
4950
ffi (1.17.2-aarch64-linux-musl)
5051
ffi (1.17.2-arm64-darwin)
5152
ffi (1.17.2-x86_64-darwin)
@@ -54,10 +55,9 @@ GEM
5455
ffi-compiler (1.3.2)
5556
ffi (>= 1.15.5)
5657
rake
57-
hashdiff (1.1.2)
58-
http (5.2.0)
58+
hashdiff (1.2.0)
59+
http (5.3.1)
5960
addressable (~> 2.8)
60-
base64 (~> 0.1)
6161
http-cookie (~> 1.0)
6262
http-form_data (~> 2.2)
6363
llhttp-ffi (~> 0.5.0)
@@ -66,88 +66,90 @@ GEM
6666
http-form_data (2.3.0)
6767
i18n (1.14.7)
6868
concurrent-ruby (~> 1.0)
69-
io-console (0.8.0)
69+
io-console (0.8.1)
7070
irb (1.15.2)
7171
pp (>= 0.6.0)
7272
rdoc (>= 4.0.0)
7373
reline (>= 0.4.2)
74-
json (2.11.3)
75-
language_server-protocol (3.17.0.4)
74+
json (2.13.2)
75+
language_server-protocol (3.17.0.5)
7676
lint_roller (1.1.0)
7777
llhttp-ffi (0.5.1)
7878
ffi-compiler (~> 1.0)
7979
rake (~> 13.0)
8080
logger (1.7.0)
8181
minitest (5.25.5)
82-
multi_json (1.15.0)
82+
multi_json (1.17.0)
8383
mustermann (3.0.3)
8484
ruby2_keywords (~> 0.0.1)
8585
newrelic_rpm (9.19.0)
8686
nio4r (2.7.4)
8787
parallel (1.27.0)
88-
parser (3.3.8.0)
88+
parser (3.3.9.0)
8989
ast (~> 2.4.1)
9090
racc
9191
pp (0.6.2)
9292
prettyprint
9393
prettyprint (0.2.0)
9494
prism (1.4.0)
95-
psych (5.2.4)
95+
psych (5.2.6)
9696
date
9797
stringio
9898
public_suffix (6.0.2)
9999
puma (6.6.0)
100100
nio4r (~> 2.0)
101101
racc (1.8.1)
102-
rack (3.1.13)
102+
rack (3.1.16)
103103
rack-protection (4.1.1)
104104
base64 (>= 0.1.0)
105105
logger (>= 1.6.0)
106106
rack (>= 3.0.0, < 4)
107-
rack-session (2.1.0)
107+
rack-session (2.1.1)
108108
base64 (>= 0.1.0)
109109
rack (>= 3.0.0)
110110
rack-test (2.2.0)
111111
rack (>= 1.3)
112112
rackup (2.2.1)
113113
rack (>= 3)
114114
rainbow (3.1.1)
115-
rake (13.2.1)
116-
rdoc (6.13.1)
115+
rake (13.3.0)
116+
rdoc (6.14.2)
117+
erb
117118
psych (>= 4.0.0)
118-
redis (5.4.0)
119+
redis (5.4.1)
119120
redis-client (>= 0.22.0)
120-
redis-client (0.24.0)
121+
redis-client (0.25.1)
121122
connection_pool
122123
regexp_parser (2.10.0)
123-
reline (0.6.1)
124+
reline (0.6.2)
124125
io-console (~> 0.5)
125126
rexml (3.4.1)
126-
rspec (3.13.0)
127+
rspec (3.13.1)
127128
rspec-core (~> 3.13.0)
128129
rspec-expectations (~> 3.13.0)
129130
rspec-mocks (~> 3.13.0)
130-
rspec-core (3.13.3)
131+
rspec-core (3.13.5)
131132
rspec-support (~> 3.13.0)
132-
rspec-expectations (3.13.4)
133+
rspec-expectations (3.13.5)
133134
diff-lcs (>= 1.2.0, < 2.0)
134135
rspec-support (~> 3.13.0)
135-
rspec-mocks (3.13.4)
136+
rspec-mocks (3.13.5)
136137
diff-lcs (>= 1.2.0, < 2.0)
137138
rspec-support (~> 3.13.0)
138-
rspec-support (3.13.3)
139-
rubocop (1.75.5)
139+
rspec-support (3.13.4)
140+
rubocop (1.79.0)
140141
json (~> 2.3)
141142
language_server-protocol (~> 3.17.0.2)
142143
lint_roller (~> 1.1.0)
143144
parallel (~> 1.10)
144145
parser (>= 3.3.0.2)
145146
rainbow (>= 2.2.2, < 4.0)
146147
regexp_parser (>= 2.9.3, < 3.0)
147-
rubocop-ast (>= 1.44.0, < 2.0)
148+
rubocop-ast (>= 1.46.0, < 2.0)
148149
ruby-progressbar (~> 1.7)
150+
tsort (>= 0.2.0)
149151
unicode-display_width (>= 2.4.0, < 4.0)
150-
rubocop-ast (1.44.1)
152+
rubocop-ast (1.46.0)
151153
parser (>= 3.3.7.2)
152154
prism (~> 1.4)
153155
rubocop-capybara (2.22.1)
@@ -160,12 +162,12 @@ GEM
160162
lint_roller (~> 1.1)
161163
rubocop (>= 1.75.0, < 2.0)
162164
rubocop-ast (>= 1.38.0, < 2.0)
163-
rubocop-rails (2.31.0)
165+
rubocop-rails (2.32.0)
164166
activesupport (>= 4.2.0)
165167
lint_roller (~> 1.1)
166168
rack (>= 1.1)
167169
rubocop (>= 1.75.0, < 2.0)
168-
rubocop-ast (>= 1.38.0, < 2.0)
170+
rubocop-ast (>= 1.44.0, < 2.0)
169171
rubocop-rspec (3.6.0)
170172
lint_roller (~> 1.1)
171173
rubocop (~> 1.72, >= 1.72.1)
@@ -190,7 +192,8 @@ GEM
190192
sinatra (= 4.1.1)
191193
tilt (~> 2.0)
192194
stringio (3.1.7)
193-
tilt (2.6.0)
195+
tilt (2.6.1)
196+
tsort (0.2.0)
194197
tzinfo (2.0.6)
195198
concurrent-ruby (~> 1.0)
196199
unicode-display_width (3.1.4)

app.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
VERSION
5050
end
5151

52-
private
53-
5452
def valid_key?
5553
params[:api_key] == Query::API_KEY
5654
end

lib/version.rb

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

3-
VERSION = "4.3.4"
3+
VERSION = "4.3.5"

0 commit comments

Comments
 (0)