boxcars 0.10.11 → 0.10.12

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -2
  3. data/Gemfile.lock +13 -13
  4. data/lib/boxcars/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 759acf707674768e5d7ced63f2cfea2543077c0680b5d2e6de7f157c43a5e63e
4
- data.tar.gz: eb7b9ee285c072634a8ce1bd1a8be4d8ca1e14e14adcac7a4f181add50878163
3
+ metadata.gz: cc0d243df1b2f99735023f498f3810008deeca868945e878ca3db11374bf25ee
4
+ data.tar.gz: 3e309dbfa081ac2bbd732d2045d4d554326c1a4d099ec3fc9c7d2d977b45e9e1
5
5
  SHA512:
6
- metadata.gz: 93efe7f98f822323a740d4bc4f98b5a92098a7cb1a14022e5a63166fab5f28d8e6f6ca7597ab229d72be6c35a9c11460152d24c6aeaf2b5e52777d6328f8436e
7
- data.tar.gz: 423b48707ab590debe87ac73872613084bc7c6a1cf9b4258fc48379320585a7efc7cc8717e8ea32097ef13dd76cd95f924c44105623f5b3a2187cccd46caf0a2
6
+ metadata.gz: 2874d7d8211e773ca7dffae55669e1174f5cd140c5203c1bba96b21603e07a5efbd0a273c544380a9f5e0d0b138e2c3948cd942c3e2c5a8a32c9d1dfcd820ed4
7
+ data.tar.gz: ff81745ad77fe91baee37f3964c45a8092a5f8a6b7ae320bbe946e6054b4a6438ca051232a0429c135d6e97698cd1bad858db94fc5caec57cdb3811ddf284e5a
data/Gemfile CHANGED
@@ -20,11 +20,11 @@ group :development, :test do
20
20
  gem "google_search_results", "~> 2.2"
21
21
  gem "hnswlib", "~> 0.9.0"
22
22
  gem "nokogiri", "~> 1.18"
23
- gem "sequel", "~> 5.0"
23
+ gem "sequel", "~> 5.106"
24
24
  gem "ruby-anthropic", "~> 0.4"
25
25
  gem "debug", "~> 1.9"
26
26
  gem "rspec", "~> 3.13"
27
- gem "rubocop", "~> 1.67"
27
+ gem "rubocop", "~> 1.88"
28
28
  gem "vcr", "~> 6.4.0"
29
29
  gem "webmock", "~> 3.26.1"
30
30
  gem "rubocop-rake", "~> 0.7.1"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- boxcars (0.10.11)
4
+ boxcars (0.10.12)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -31,7 +31,7 @@ GEM
31
31
  base64 (0.3.0)
32
32
  bigdecimal (4.1.2)
33
33
  cgi (0.5.2)
34
- concurrent-ruby (1.3.7)
34
+ concurrent-ruby (1.3.8)
35
35
  connection_pool (3.0.2)
36
36
  crack (1.0.1)
37
37
  bigdecimal
@@ -42,7 +42,7 @@ GEM
42
42
  diff-lcs (1.6.2)
43
43
  dotenv (3.2.0)
44
44
  drb (2.2.3)
45
- erb (6.0.4)
45
+ erb (6.0.6)
46
46
  event_stream_parser (1.0.0)
47
47
  faraday (2.14.3)
48
48
  faraday-net_http (>= 2.0, < 3.5)
@@ -63,8 +63,8 @@ GEM
63
63
  prism (>= 1.3.0)
64
64
  rdoc (>= 4.0.0)
65
65
  reline (>= 0.4.2)
66
- json (2.20.0)
67
- language_server-protocol (3.17.0.5)
66
+ json (2.21.1)
67
+ language_server-protocol (3.17.0.6)
68
68
  lint_roller (1.1.0)
69
69
  logger (1.7.0)
70
70
  minitest (6.0.6)
@@ -89,12 +89,12 @@ GEM
89
89
  racc (~> 1.4)
90
90
  nokogiri (1.19.4-x86_64-linux-musl)
91
91
  racc (~> 1.4)
92
- openai (0.68.0)
92
+ openai (0.71.0)
93
93
  base64
94
94
  cgi
95
95
  connection_pool
96
96
  parallel (2.1.0)
97
- parser (3.3.11.1)
97
+ parser (3.3.12.0)
98
98
  ast (~> 2.4.1)
99
99
  racc
100
100
  pg (1.6.3)
@@ -105,7 +105,7 @@ GEM
105
105
  pg (1.6.3-x86_64-linux)
106
106
  pg (1.6.3-x86_64-linux-musl)
107
107
  pgvector (0.3.3)
108
- posthog-ruby (3.14.3)
108
+ posthog-ruby (3.21.0)
109
109
  concurrent-ruby (~> 1)
110
110
  pp (0.6.4)
111
111
  prettyprint
@@ -141,7 +141,7 @@ GEM
141
141
  diff-lcs (>= 1.2.0, < 2.0)
142
142
  rspec-support (~> 3.13.0)
143
143
  rspec-support (3.13.7)
144
- rubocop (1.88.0)
144
+ rubocop (1.88.2)
145
145
  json (~> 2.3)
146
146
  language_server-protocol (~> 3.17.0.2)
147
147
  lint_roller (~> 1.1.0)
@@ -152,7 +152,7 @@ GEM
152
152
  rubocop-ast (>= 1.49.0, < 2.0)
153
153
  ruby-progressbar (~> 1.7)
154
154
  unicode-display_width (>= 2.4.0, < 4.0)
155
- rubocop-ast (1.49.1)
155
+ rubocop-ast (1.50.0)
156
156
  parser (>= 3.3.7.2)
157
157
  prism (~> 1.7)
158
158
  rubocop-rake (0.7.1)
@@ -168,7 +168,7 @@ GEM
168
168
  faraday-multipart (>= 1)
169
169
  ruby-progressbar (1.13.0)
170
170
  securerandom (0.4.1)
171
- sequel (5.105.0)
171
+ sequel (5.106.0)
172
172
  bigdecimal
173
173
  sqlite3 (2.9.5-aarch64-linux-gnu)
174
174
  sqlite3 (2.9.5-aarch64-linux-musl)
@@ -218,11 +218,11 @@ DEPENDENCIES
218
218
  posthog-ruby
219
219
  rake (~> 13.2)
220
220
  rspec (~> 3.13)
221
- rubocop (~> 1.67)
221
+ rubocop (~> 1.88)
222
222
  rubocop-rake (~> 0.7.1)
223
223
  rubocop-rspec (~> 3.2)
224
224
  ruby-anthropic (~> 0.4)
225
- sequel (~> 5.0)
225
+ sequel (~> 5.106)
226
226
  sqlite3 (~> 2.0)
227
227
  vcr (~> 6.4.0)
228
228
  webmock (~> 3.26.1)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Boxcars
4
4
  # The current version of the gem.
5
- VERSION = "0.10.11"
5
+ VERSION = "0.10.12"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxcars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.11
4
+ version: 0.10.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francis Sullivan