Skip to content

Commit

Permalink
getaround-rubocop: Update ruby requirement to >= 2.6, bump to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
godric committed Mar 24, 2021
1 parent b69abf2 commit e93ee7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion getaround-rubocop/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
getaround-rubocop (0.2.4)
getaround-rubocop (0.2.5)
relaxed-rubocop (= 2.5)
rubocop (= 1.11.0)
rubocop-rspec (= 2.2.0)
Expand Down
4 changes: 2 additions & 2 deletions getaround-rubocop/getaround-rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Gem::Specification.new do |gem|
gem.name = "getaround-rubocop"
gem.version = '0.2.4'
gem.version = '0.2.5'
gem.summary = "Backend configuration files"
gem.description = "Shared base configuration for Getaround Backend Applications."
gem.authors = ["Drivy", "Laurent Humez"]
gem.email = ["oss@drivy.com"]
gem.homepage = "https://github.com/drivy"
gem.license = "MIT"
gem.required_ruby_version = '~> 2.6'
gem.required_ruby_version = '>= 2.6'

gem.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
Expand Down

0 comments on commit e93ee7d

Please sign in to comment.