Skip to content

Commit

Permalink
Updated ruby openai gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoganov committed Oct 18, 2024
1 parent 6d10256 commit a490eba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ group :development, :test do
gem 'bullet'
gem 'byebug', platforms: %i[mri mingw x64_mingw]
gem 'pry'

# https://github.com/rubocop/rubocop-performance
gem 'rubocop'
gem 'rubocop-packaging'
gem 'rubocop-performance', require: false
gem 'rubocop-rspec'
gem 'rubocop-shopify'
gem 'ruby-lsp'
# gem "rubocop-thread_safety"
end

group :development do
Expand All @@ -72,6 +63,15 @@ group :development do
gem 'listen', '>= 3.0.5', '< 3.10'
gem 'ruby-lsp-rails'
gem 'web-console', '>= 3.3.0'

# https://github.com/rubocop/rubocop-performance
gem 'rubocop'
gem 'rubocop-packaging'
gem 'rubocop-performance', require: false
gem 'rubocop-rspec'
gem 'rubocop-shopify'
gem 'ruby-lsp'
# gem "rubocop-thread_safety"
end

group :test do
Expand Down

0 comments on commit a490eba

Please sign in to comment.