Browse Source

Add method_source gem

pull/2438/head
Kat 2 years ago
parent
commit
e22b27a944
  1. 1
      Gemfile
  2. 1
      Gemfile.lock

1
Gemfile

@ -62,6 +62,7 @@ gem "possessive"
# Strip whitespace from active record attributes # Strip whitespace from active record attributes
gem "auto_strip_attributes" gem "auto_strip_attributes"
# Use sidekiq for background processing # Use sidekiq for background processing
gem "method_source", "~> 1.1"
gem "rails_admin", "~> 3.0" gem "rails_admin", "~> 3.0"
gem "ruby-openai" gem "ruby-openai"
gem "sidekiq" gem "sidekiq"

1
Gemfile.lock

@ -518,6 +518,7 @@ DEPENDENCIES
jsbundling-rails jsbundling-rails
json-schema json-schema
listen (~> 3.3) listen (~> 3.3)
method_source (~> 1.1)
notifications-ruby-client notifications-ruby-client
overcommit (>= 0.37.0) overcommit (>= 0.37.0)
paper_trail paper_trail

Loading…
Cancel
Save