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
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ PATH
rack-mini-profiler
rails (>= 7.2, < 8.1)
reform-rails (>= 0.2, < 0.4)
rswag (>= 2.3.1, < 2.17.0)
rswag (>= 2.3.1, < 2.18.0)
ruby-openai
sidekiq-scheduler
simple_calendar
Expand Down Expand Up @@ -417,7 +417,7 @@ GEM
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.15.2)
json-schema (5.1.1)
json-schema (6.0.0)
addressable (~> 2.8)
bigdecimal (~> 3.1)
jsonapi-resources (0.10.7)
Expand Down Expand Up @@ -660,21 +660,21 @@ GEM
rspec-rebound (0.2.1)
rspec-core (~> 3.3)
rspec-support (3.13.6)
rswag (2.16.0)
rswag-api (= 2.16.0)
rswag-specs (= 2.16.0)
rswag-ui (= 2.16.0)
rswag-api (2.16.0)
activesupport (>= 5.2, < 8.1)
railties (>= 5.2, < 8.1)
rswag-specs (2.16.0)
activesupport (>= 5.2, < 8.1)
json-schema (>= 2.2, < 6.0)
railties (>= 5.2, < 8.1)
rswag (2.17.0)
rswag-api (= 2.17.0)
rswag-specs (= 2.17.0)
rswag-ui (= 2.17.0)
rswag-api (2.17.0)
activesupport (>= 5.2, < 8.2)
railties (>= 5.2, < 8.2)
rswag-specs (2.17.0)
activesupport (>= 5.2, < 8.2)
json-schema (>= 2.2, < 7.0)
railties (>= 5.2, < 8.2)
rspec-core (>= 2.14)
rswag-ui (2.16.0)
actionpack (>= 5.2, < 8.1)
railties (>= 5.2, < 8.1)
rswag-ui (2.17.0)
actionpack (>= 5.2, < 8.2)
railties (>= 5.2, < 8.2)
rubocop (1.81.7)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
Expand Down
2 changes: 1 addition & 1 deletion better_together.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rack-mini-profiler'
spec.add_dependency 'rails', '>= 7.2', '< 8.1'
spec.add_dependency 'reform-rails', '>= 0.2', '< 0.4'
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.17.0'
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.18.0'
spec.add_dependency 'ruby-openai'
spec.add_dependency 'sidekiq-scheduler'
spec.add_dependency 'simple_calendar'
Expand Down
Loading