Skip to content

Commit

Permalink
lock down and fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed May 12, 2023
1 parent c9d17d7 commit 0d14207
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ source "https://rubygems.org"

gemspec

gem 'byebug', platform: :mri
gem 'bundler'
gem 'debug', platform: :mri
gem 'rake'
gem 'rspec'
gem 'rubocop', '~> 1.50.0' # avoid accidental bumps since tha breaks PRs
5 changes: 0 additions & 5 deletions bump.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@ Gem::Specification.new "bump" do |s|
s.files = `git ls-files lib README.md`.split("\n")
s.license = "MIT"
s.executables = ["bump"]

s.add_development_dependency 'bundler'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rubocop'
end

0 comments on commit 0d14207

Please sign in to comment.