This repository was archived by the owner on Jul 21, 2024. It is now read-only.
File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ gem 'turbolinks', '~> 5'
15
15
gem 'jbuilder' , '~> 2.5'
16
16
17
17
group :development , :test do
18
- gem 'rspec-rails' , '~> 3.6 .0'
18
+ gem 'rspec-rails' , '~> 3.8 .0'
19
19
gem 'factory_bot_rails' , '~> 4.10.0'
20
20
gem 'byebug' , platforms : [ :mri , :mingw , :x64_mingw ]
21
21
end
Original file line number Diff line number Diff line change @@ -182,23 +182,23 @@ GEM
182
182
responders (2.4.0 )
183
183
actionpack (>= 4.2.0 , < 5.3 )
184
184
railties (>= 4.2.0 , < 5.3 )
185
- rspec-core (3.6 .0 )
186
- rspec-support (~> 3.6 .0 )
187
- rspec-expectations (3.6.0 )
185
+ rspec-core (3.8 .0 )
186
+ rspec-support (~> 3.8 .0 )
187
+ rspec-expectations (3.8.1 )
188
188
diff-lcs (>= 1.2.0 , < 2.0 )
189
- rspec-support (~> 3.6 .0 )
190
- rspec-mocks (3.6 .0 )
189
+ rspec-support (~> 3.8 .0 )
190
+ rspec-mocks (3.8 .0 )
191
191
diff-lcs (>= 1.2.0 , < 2.0 )
192
- rspec-support (~> 3.6 .0 )
193
- rspec-rails (3.6 .0 )
192
+ rspec-support (~> 3.8 .0 )
193
+ rspec-rails (3.8 .0 )
194
194
actionpack (>= 3.0 )
195
195
activesupport (>= 3.0 )
196
196
railties (>= 3.0 )
197
- rspec-core (~> 3.6 .0 )
198
- rspec-expectations (~> 3.6 .0 )
199
- rspec-mocks (~> 3.6 .0 )
200
- rspec-support (~> 3.6 .0 )
201
- rspec-support (3.6 .0 )
197
+ rspec-core (~> 3.8 .0 )
198
+ rspec-expectations (~> 3.8 .0 )
199
+ rspec-mocks (~> 3.8 .0 )
200
+ rspec-support (~> 3.8 .0 )
201
+ rspec-support (3.8 .0 )
202
202
ruby_dep (1.5.0 )
203
203
rubyzip (1.2.1 )
204
204
safe_yaml (1.0.4 )
@@ -275,7 +275,7 @@ DEPENDENCIES
275
275
paperclip
276
276
puma (~> 3.7 )
277
277
rails (~> 5.1.1 )
278
- rspec-rails (~> 3.6 .0 )
278
+ rspec-rails (~> 3.8 .0 )
279
279
sass-rails (~> 5.0 )
280
280
selenium-webdriver
281
281
shoulda-matchers !
You can’t perform that action at this time.
0 commit comments