Skip to content

Commit b6b81bb

Browse files
Merge branch 'main' into assistant-generator-ui
2 parents 189e1e2 + 93e69cb commit b6b81bb

File tree

2 files changed

+64
-55
lines changed

2 files changed

+64
-55
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
## [Unreleased]
1+
# CHANGELOG
2+
3+
## Key
4+
- [BREAKING]: A breaking change. After an upgrade, your app may need modifications to keep working correctly.
5+
- [FEATURE]: A non-breaking improvement to the app. Either introduces new functionality, or improves on an existing feature.
6+
- [BUGFIX]: Fixes a bug with a non-breaking change.
7+
- [COMPAT]: Compatibility improvements - changes to make Administrate more compatible with different dependency versions.
8+
- [OPTIM]: Optimization or performance increase.
9+
- [DOCS]: Documentation changes. No changes to the library's behavior.
10+
- [SECURITY]: A change which fixes a security vulnerability.
211

312
## [0.1.12] - 2024-09-20
413
- Adding `rails g langchainrb_rails:assistant --llm=...` generator

Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -7,71 +7,71 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.1.4)
11-
actionpack (= 7.1.4)
12-
activesupport (= 7.1.4)
10+
actioncable (7.1.4.1)
11+
actionpack (= 7.1.4.1)
12+
activesupport (= 7.1.4.1)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (7.1.4)
17-
actionpack (= 7.1.4)
18-
activejob (= 7.1.4)
19-
activerecord (= 7.1.4)
20-
activestorage (= 7.1.4)
21-
activesupport (= 7.1.4)
16+
actionmailbox (7.1.4.1)
17+
actionpack (= 7.1.4.1)
18+
activejob (= 7.1.4.1)
19+
activerecord (= 7.1.4.1)
20+
activestorage (= 7.1.4.1)
21+
activesupport (= 7.1.4.1)
2222
mail (>= 2.7.1)
2323
net-imap
2424
net-pop
2525
net-smtp
26-
actionmailer (7.1.4)
27-
actionpack (= 7.1.4)
28-
actionview (= 7.1.4)
29-
activejob (= 7.1.4)
30-
activesupport (= 7.1.4)
26+
actionmailer (7.1.4.1)
27+
actionpack (= 7.1.4.1)
28+
actionview (= 7.1.4.1)
29+
activejob (= 7.1.4.1)
30+
activesupport (= 7.1.4.1)
3131
mail (~> 2.5, >= 2.5.4)
3232
net-imap
3333
net-pop
3434
net-smtp
3535
rails-dom-testing (~> 2.2)
36-
actionpack (7.1.4)
37-
actionview (= 7.1.4)
38-
activesupport (= 7.1.4)
36+
actionpack (7.1.4.1)
37+
actionview (= 7.1.4.1)
38+
activesupport (= 7.1.4.1)
3939
nokogiri (>= 1.8.5)
4040
racc
4141
rack (>= 2.2.4)
4242
rack-session (>= 1.0.1)
4343
rack-test (>= 0.6.3)
4444
rails-dom-testing (~> 2.2)
4545
rails-html-sanitizer (~> 1.6)
46-
actiontext (7.1.4)
47-
actionpack (= 7.1.4)
48-
activerecord (= 7.1.4)
49-
activestorage (= 7.1.4)
50-
activesupport (= 7.1.4)
46+
actiontext (7.1.4.1)
47+
actionpack (= 7.1.4.1)
48+
activerecord (= 7.1.4.1)
49+
activestorage (= 7.1.4.1)
50+
activesupport (= 7.1.4.1)
5151
globalid (>= 0.6.0)
5252
nokogiri (>= 1.8.5)
53-
actionview (7.1.4)
54-
activesupport (= 7.1.4)
53+
actionview (7.1.4.1)
54+
activesupport (= 7.1.4.1)
5555
builder (~> 3.1)
5656
erubi (~> 1.11)
5757
rails-dom-testing (~> 2.2)
5858
rails-html-sanitizer (~> 1.6)
59-
activejob (7.1.4)
60-
activesupport (= 7.1.4)
59+
activejob (7.1.4.1)
60+
activesupport (= 7.1.4.1)
6161
globalid (>= 0.3.6)
62-
activemodel (7.1.4)
63-
activesupport (= 7.1.4)
64-
activerecord (7.1.4)
65-
activemodel (= 7.1.4)
66-
activesupport (= 7.1.4)
62+
activemodel (7.1.4.1)
63+
activesupport (= 7.1.4.1)
64+
activerecord (7.1.4.1)
65+
activemodel (= 7.1.4.1)
66+
activesupport (= 7.1.4.1)
6767
timeout (>= 0.4.0)
68-
activestorage (7.1.4)
69-
actionpack (= 7.1.4)
70-
activejob (= 7.1.4)
71-
activerecord (= 7.1.4)
72-
activesupport (= 7.1.4)
68+
activestorage (7.1.4.1)
69+
actionpack (= 7.1.4.1)
70+
activejob (= 7.1.4.1)
71+
activerecord (= 7.1.4.1)
72+
activesupport (= 7.1.4.1)
7373
marcel (~> 1.0)
74-
activesupport (7.1.4)
74+
activesupport (7.1.4.1)
7575
base64
7676
bigdecimal
7777
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -172,38 +172,38 @@ GEM
172172
stringio
173173
public_suffix (6.0.1)
174174
racc (1.8.1)
175-
rack (3.1.7)
175+
rack (3.1.8)
176176
rack-session (2.0.0)
177177
rack (>= 3.0.0)
178178
rack-test (2.1.0)
179179
rack (>= 1.3)
180180
rackup (2.1.0)
181181
rack (>= 3)
182182
webrick (~> 1.8)
183-
rails (7.1.4)
184-
actioncable (= 7.1.4)
185-
actionmailbox (= 7.1.4)
186-
actionmailer (= 7.1.4)
187-
actionpack (= 7.1.4)
188-
actiontext (= 7.1.4)
189-
actionview (= 7.1.4)
190-
activejob (= 7.1.4)
191-
activemodel (= 7.1.4)
192-
activerecord (= 7.1.4)
193-
activestorage (= 7.1.4)
194-
activesupport (= 7.1.4)
183+
rails (7.1.4.1)
184+
actioncable (= 7.1.4.1)
185+
actionmailbox (= 7.1.4.1)
186+
actionmailer (= 7.1.4.1)
187+
actionpack (= 7.1.4.1)
188+
actiontext (= 7.1.4.1)
189+
actionview (= 7.1.4.1)
190+
activejob (= 7.1.4.1)
191+
activemodel (= 7.1.4.1)
192+
activerecord (= 7.1.4.1)
193+
activestorage (= 7.1.4.1)
194+
activesupport (= 7.1.4.1)
195195
bundler (>= 1.15.0)
196-
railties (= 7.1.4)
196+
railties (= 7.1.4.1)
197197
rails-dom-testing (2.2.0)
198198
activesupport (>= 5.0.0)
199199
minitest
200200
nokogiri (>= 1.6)
201201
rails-html-sanitizer (1.6.0)
202202
loofah (~> 2.21)
203203
nokogiri (~> 1.14)
204-
railties (7.1.4)
205-
actionpack (= 7.1.4)
206-
activesupport (= 7.1.4)
204+
railties (7.1.4.1)
205+
actionpack (= 7.1.4.1)
206+
activesupport (= 7.1.4.1)
207207
irb
208208
rackup (>= 1.0.0)
209209
rake (>= 12.2)

0 commit comments

Comments
 (0)