boxcars 0.10.5 → 0.10.6

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +10 -10
  3. data/lib/boxcars/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a4667cabaaa8991ea85ef6f6aefa9b96c70b69bb49d6a64dab37a42cbb7cad6
4
- data.tar.gz: da990b69194157b3105ea244d7fe406959d726bd9f880576ba4fc3b11289e783
3
+ metadata.gz: fc15fa70bdb6da8cdae9945d05a508bd8882779582530e8f5f6a24ce5b62a19b
4
+ data.tar.gz: a36f7e588daa927e69a77b744d5cc4baaca2426266a8ddd9b0f72a0920b3b26f
5
5
  SHA512:
6
- metadata.gz: 77675993258e8b133550b310154a46fac2aaf3ab674c6f226853ce7320e669ee488480ed7832493bfa31c7bea6c88a5572b53fcebb5b565e60b0eafe6c86b53b
7
- data.tar.gz: c355fffe87e8c42cb0b0759c6244f678ec4d9141d76b62a95241e816450aa6531a86d3bf09c7c03ee6359a7971a51454581df1bd5ed96cd4ec56d10e4c1c26d6
6
+ metadata.gz: 907b3de845e2fc89c471cd0a9d5b2eba57a5e376080b068e01486cf4e5d6ee9fbe31b6e7964c7d0d67d230aac8cc3dad14cd0f5e730ead37bafbc7b35e8990c4
7
+ data.tar.gz: 520f592bb3723fd75013d89c30a670987176755f1cd7bb736c9a11672a1f11bb44ed85c10c76cc869d388562d486aad9176406d665cddbebb5c00605ef270c9f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- boxcars (0.10.4)
4
+ boxcars (0.10.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -64,14 +64,14 @@ GEM
64
64
  prism (>= 1.3.0)
65
65
  rdoc (>= 4.0.0)
66
66
  reline (>= 0.4.2)
67
- json (2.18.1)
68
- json-schema (6.1.0)
67
+ json (2.19.1)
68
+ json-schema (6.2.0)
69
69
  addressable (~> 2.8)
70
70
  bigdecimal (>= 3.1, < 5)
71
71
  language_server-protocol (3.17.0.5)
72
72
  lint_roller (1.1.0)
73
73
  logger (1.7.0)
74
- mcp (0.7.1)
74
+ mcp (0.8.0)
75
75
  json-schema (>= 4.1)
76
76
  minitest (6.0.2)
77
77
  drb (~> 2.0)
@@ -95,7 +95,7 @@ GEM
95
95
  racc (~> 1.4)
96
96
  nokogiri (1.19.1-x86_64-linux-musl)
97
97
  racc (~> 1.4)
98
- openai (0.51.0)
98
+ openai (0.53.0)
99
99
  base64
100
100
  cgi
101
101
  connection_pool
@@ -111,7 +111,7 @@ GEM
111
111
  pg (1.6.3-x86_64-linux)
112
112
  pg (1.6.3-x86_64-linux-musl)
113
113
  pgvector (0.3.2)
114
- posthog-ruby (3.5.4)
114
+ posthog-ruby (3.5.5)
115
115
  concurrent-ruby (~> 1)
116
116
  pp (0.6.3)
117
117
  prettyprint
@@ -120,7 +120,7 @@ GEM
120
120
  psych (5.3.1)
121
121
  date
122
122
  stringio
123
- public_suffix (7.0.2)
123
+ public_suffix (7.0.5)
124
124
  racc (1.8.1)
125
125
  rainbow (3.1.1)
126
126
  rake (13.3.1)
@@ -145,7 +145,7 @@ GEM
145
145
  diff-lcs (>= 1.2.0, < 2.0)
146
146
  rspec-support (~> 3.13.0)
147
147
  rspec-support (3.13.7)
148
- rubocop (1.85.0)
148
+ rubocop (1.85.1)
149
149
  json (~> 2.3)
150
150
  language_server-protocol (~> 3.17.0.2)
151
151
  lint_roller (~> 1.1.0)
@@ -157,7 +157,7 @@ GEM
157
157
  rubocop-ast (>= 1.49.0, < 2.0)
158
158
  ruby-progressbar (~> 1.7)
159
159
  unicode-display_width (>= 2.4.0, < 4.0)
160
- rubocop-ast (1.49.0)
160
+ rubocop-ast (1.49.1)
161
161
  parser (>= 3.3.7.2)
162
162
  prism (~> 1.7)
163
163
  rubocop-rake (0.7.1)
@@ -183,7 +183,7 @@ GEM
183
183
  sqlite3 (2.9.1-x86_64-linux-gnu)
184
184
  sqlite3 (2.9.1-x86_64-linux-musl)
185
185
  stringio (3.2.0)
186
- timeout (0.6.0)
186
+ timeout (0.6.1)
187
187
  tsort (0.2.0)
188
188
  tzinfo (2.0.6)
189
189
  concurrent-ruby (~> 1.0)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Boxcars
4
4
  # The current version of the gem.
5
- VERSION = "0.10.5"
5
+ VERSION = "0.10.6"
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.5
4
+ version: 0.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francis Sullivan