Update rspec to 3.8.0

This commit is contained in:
yui-knk 2018-12-11 23:36:31 +09:00
parent 69f7d9d185
commit 3ee35f3abd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ group :development do
end
group :test do
gem 'rspec', '~> 3.7.0'
gem 'rspec', '~> 3.8.0'
end
group :development, :test do