Skip to content

Commit 4e08e22

Browse files
committed
Specify dependencies a bit stricter
1 parent 2ace218 commit 4e08e22

File tree

2 files changed

+3
-113
lines changed

2 files changed

+3
-113
lines changed

PluginGemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ source 'https://rubygems.org'
33
gem 'view_component'
44

55
group :development, :test do
6-
gem 'bullet'
7-
gem 'factory_bot_rails'
6+
gem 'bullet', '~> 6.1'
7+
gem 'factory_bot_rails', '~> 6.4'
88
gem 'rubocop', '~> 1.26.0'
99
gem 'rubocop-performance', '~> 1.13.0'
10-
gem 'brakeman'
10+
gem 'brakeman', '~> 6.0'
1111
end

PluginGemfile.lock

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)