Skip to content

Commit 730d7e3

Browse files
Bump fast-mcp from 1.5.0 to 1.6.0
Bumps [fast-mcp](https://github.com/yjacquin/fast_mcp) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/yjacquin/fast_mcp/releases) - [Changelog](https://github.com/yjacquin/fast-mcp/blob/main/CHANGELOG.md) - [Commits](yjacquin/fast-mcp@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: fast-mcp dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef4bfba commit 730d7e3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ group :development do
5656
end
5757
gem "hotwire-spark", group: :development
5858

59-
gem "fast-mcp", "~> 1.5"
59+
gem "fast-mcp", "~> 1.6"

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ GEM
7878
base64 (0.3.0)
7979
bcrypt_pbkdf (1.1.1)
8080
benchmark (0.4.1)
81-
bigdecimal (3.2.2)
81+
bigdecimal (3.2.3)
8282
bindex (0.8.1)
8383
bootsnap (1.18.6)
8484
msgpack (~> 1.2)
@@ -128,13 +128,13 @@ GEM
128128
erubi (1.13.1)
129129
et-orbi (1.2.11)
130130
tzinfo
131-
fast-mcp (1.5.0)
131+
fast-mcp (1.6.0)
132132
addressable (~> 2.8)
133133
base64
134134
dry-schema (~> 1.14)
135135
json (~> 2.0)
136136
mime-types (~> 3.4)
137-
rack (~> 3.1)
137+
rack (>= 2.0, < 4.0)
138138
ffi (1.17.2-aarch64-linux-gnu)
139139
ffi (1.17.2-aarch64-linux-musl)
140140
ffi (1.17.2-arm-linux-gnu)
@@ -162,7 +162,7 @@ GEM
162162
pp (>= 0.6.0)
163163
rdoc (>= 4.0.0)
164164
reline (>= 0.4.2)
165-
json (2.13.2)
165+
json (2.15.0)
166166
kamal (2.7.0)
167167
activesupport (>= 7.0)
168168
base64 (~> 0.2)
@@ -192,7 +192,7 @@ GEM
192192
mime-types (3.7.0)
193193
logger
194194
mime-types-data (~> 3.2025, >= 3.2025.0507)
195-
mime-types-data (3.2025.0729)
195+
mime-types-data (3.2025.0924)
196196
mini_mime (1.1.5)
197197
minitest (5.25.5)
198198
msgpack (1.8.0)
@@ -246,7 +246,7 @@ GEM
246246
nio4r (~> 2.0)
247247
raabro (1.4.0)
248248
racc (1.8.1)
249-
rack (3.2.0)
249+
rack (3.2.1)
250250
rack-session (2.1.1)
251251
base64 (>= 0.1.0)
252252
rack (>= 3.0.0)
@@ -408,7 +408,7 @@ DEPENDENCIES
408408
bootsnap
409409
brakeman
410410
debug
411-
fast-mcp (~> 1.5)
411+
fast-mcp (~> 1.6)
412412
hotwire-spark
413413
importmap-rails
414414
kamal

0 commit comments

Comments
 (0)