Skip to content

Commit

Permalink
Merge pull request mbj#745 from mbj/bump/rspec-dependencies
Browse files Browse the repository at this point in the history
Bump rspec dependency to cover all future 3.x releases
  • Loading branch information
mbj authored Sep 3, 2018
2 parents e58225c + 13a5ee3 commit 20cff37
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.8.16 2018-08-03

* Support for rspec-3.x

# v0.8.15 2018-07-17

* Fix boot time issue
Expand Down
2 changes: 1 addition & 1 deletion lib/mutant/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Mutant
# Current mutant version
VERSION = '0.8.15'.freeze
VERSION = '0.8.16'.freeze
end # Mutant
2 changes: 1 addition & 1 deletion mutant-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.extra_rdoc_files = %w[LICENSE]

gem.add_runtime_dependency('mutant', "~> #{gem.version}")
gem.add_runtime_dependency('rspec-core', '>= 3.4.0', '< 3.8.0')
gem.add_runtime_dependency('rspec-core', '>= 3.4.0', '< 4.0.0')

gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
end
2 changes: 2 additions & 0 deletions spec/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
exclude:
- core/string/casecmp_spec.rb
- core/symbol/casecmp_spec.rb
- language/source_encoding_spec.rb
- security/cve_2010_1330_spec.rb
- name: regexp_parser
namespace: Regexp
repo_uri: 'https://github.com/ammar/regexp_parser.git'
Expand Down

0 comments on commit 20cff37

Please sign in to comment.