File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gem 'semantic'
8
8
group :development , :test do
9
9
gem 'pry'
10
10
gem 'rspec'
11
- gem 'rspec-mocks' , '~> 3.13.0 '
11
+ gem 'rspec-mocks' , '~> 3.13.1 '
12
12
gem 'simplecov' , '< 0.18'
13
13
gem 'simplycop' , '1.17.0'
14
14
end
Original file line number Diff line number Diff line change 65
65
rspec-expectations (3.13.0 )
66
66
diff-lcs (>= 1.2.0 , < 2.0 )
67
67
rspec-support (~> 3.13.0 )
68
- rspec-mocks (3.13.0 )
68
+ rspec-mocks (3.13.1 )
69
69
diff-lcs (>= 1.2.0 , < 2.0 )
70
70
rspec-support (~> 3.13.0 )
71
- rspec-support (3.13.0 )
71
+ rspec-support (3.13.1 )
72
72
rubocop (1.63.4 )
73
73
json (~> 2.3 )
74
74
language_server-protocol (>= 3.17.0 )
@@ -130,7 +130,7 @@ DEPENDENCIES
130
130
octokit
131
131
pry
132
132
rspec
133
- rspec-mocks (~> 3.13.0 )
133
+ rspec-mocks (~> 3.13.1 )
134
134
semantic
135
135
simplecov (< 0.18 )
136
136
simplycop (= 1.17.0 )
You can’t perform that action at this time.
0 commit comments