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:
parent
69f7d9d185
commit
3ee35f3abd
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue