1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

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

View file

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