Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Update RuboCop constraints (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
epistrephein authored Jan 6, 2020
1 parent eed2000 commit 4691ad0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

#### Changed
- Update version constraints for Rake, following v13.0 release ([#15](https://github.com/epistrephein/rarbg/pull/15)).
- Update version constraints for RuboCop in order to avoid breaking changes ([#16](https://github.com/epistrephein/rarbg/pull/16)).


## 1.4.0 - 2019-06-05
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2019 Tommaso Barbato
Copyright (c) 2016-2020 Tommaso Barbato

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion rarbg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pry', '~> 0.10'
spec.add_development_dependency 'rake', '>= 12.0', '< 14.0'
spec.add_development_dependency 'rspec', '~> 3.6'
spec.add_development_dependency 'rubocop', '~> 0.71'
spec.add_development_dependency 'rubocop', '~> 0.71', '< 0.77'
spec.add_development_dependency 'simplecov', '~> 0.13'
spec.add_development_dependency 'webmock', '~> 3.0'
spec.add_development_dependency 'yard', '~> 0.9'
Expand Down

0 comments on commit 4691ad0

Please sign in to comment.