Skip to content

Commit

Permalink
Make dependencies less strict (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunchr authored Feb 20, 2024
1 parent b5517eb commit 91b8ae2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PluginGemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'view_component', '~> 3.8'

group :development, :test do
gem 'brakeman', '~> 6.1'
gem 'bullet', '~> 7.1'
gem 'factory_bot_rails', '~> 6.4'
gem 'brakeman'
gem 'bullet'
gem 'factory_bot_rails'
end

0 comments on commit 91b8ae2

Please # to comment.