mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Update RSpec version to 3.7 (#1712)
This commit is contained in:
parent
7c1a652c6b
commit
3bd43b9db4
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -11,7 +11,7 @@ group :development do
|
|||
end
|
||||
|
||||
group :test do
|
||||
gem 'rspec', '~> 3.4.0'
|
||||
gem 'rspec', '~> 3.7.0'
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
|
Loading…
Add table
Reference in a new issue