Skip to content

Commit

Permalink
Upgrade rspec to version 3.8.0 (#7)
Browse files Browse the repository at this point in the history
* Update rspec to version 3.8.0
* Update rspec dependency in the .gemspec too
  • Loading branch information
depfu[bot] authored and janosrusiczki committed Apr 2, 2019
1 parent 5e9ec85 commit 06ffa59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

group :development do
gem 'rspec', '~> 3.5.0'
gem 'rspec', '~> 3.8.0'
end

group :test do
Expand Down
2 changes: 1 addition & 1 deletion underpass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'rgeo', '~> 2.0', '>= 2.0.0'

s.add_development_dependency 'rspec', '~> 3.5', '>= 3.5.0'
s.add_development_dependency 'rspec', '~> 3.8', '>= 3.8.0'
s.add_development_dependency 'simplecov', '~> 0.16.0'
end

0 comments on commit 06ffa59

Please sign in to comment.