Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,5 @@ gem 'puma'
gem 'stimulus-rails'
gem 'turbo-rails'

# TODO: figure out why these need to be here for the specs to run
gem 'doorkeeper'
gem 'mcp'

# Start debugger with binding.b [https://github.com/ruby/debug]
gem 'debug', '>= 1.0.0'
14 changes: 1 addition & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rolemodel-rails (1.1.0)
rolemodel-rails (1.2.0)
rails (> 7.1)

GEM
Expand Down Expand Up @@ -81,8 +81,6 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.5.0)
Expand All @@ -96,8 +94,6 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.6.2)
doorkeeper (5.9.0)
railties (>= 5)
drb (2.2.3)
erb (6.0.1)
erubi (1.13.1)
Expand All @@ -114,9 +110,6 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.18.0)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
Expand All @@ -130,8 +123,6 @@ GEM
net-pop
net-smtp
marcel (1.1.0)
mcp (0.10.0)
json-schema (>= 4.1)
mini_mime (1.1.5)
minitest (6.0.1)
prism (~> 1.5)
Expand Down Expand Up @@ -166,7 +157,6 @@ GEM
psych (5.3.1)
date
stringio
public_suffix (7.0.5)
puma (7.2.0)
nio4r (~> 2.0)
racc (1.8.1)
Expand Down Expand Up @@ -284,9 +274,7 @@ DEPENDENCIES
benchmark
bundler (~> 4)
debug (>= 1.0.0)
doorkeeper
generator_spec (~> 0.10)
mcp
pg
propshaft
puma
Expand Down
2 changes: 1 addition & 1 deletion example_rails_legacy/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rolemodel-rails (1.1.0)
rolemodel-rails (1.2.0)
rails (> 7.1)

GEM
Expand Down
1 change: 0 additions & 1 deletion lib/generators/rolemodel/all_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def run_all_the_generators
generate 'rolemodel:editors'
# generate 'rolemodel:tailored_select' # Not production ready
generate 'rolemodel:lograge'
generate 'rolemodel:mcp'
end
end
end
13 changes: 0 additions & 13 deletions lib/generators/rolemodel/mcp/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions lib/generators/rolemodel/mcp/USAGE

This file was deleted.

110 changes: 0 additions & 110 deletions lib/generators/rolemodel/mcp/mcp_generator.rb

This file was deleted.

This file was deleted.

This file was deleted.

Loading