Skip to content

Commit

Permalink
Gemfile: remove lock file to work with various ruby versions
Browse files Browse the repository at this point in the history
Also remove the version constraints for rubocop and activesupport.

The alternative is to maintain Gemfile and Gemfile.lock for
each ruby version, e.g.

	Gemfile.2.0.0 -> Gemfile
	Gemfile.2.0.0.lock

Then do bundle install --gemfile Gemfile.$ruby_version.

Signed-off-by: Philip Li <philip.li@intel.com>
  • Loading branch information
rli9 committed Jan 13, 2024
1 parent 9112893 commit e78c146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 109 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ gem 'term-ansicolor'
group :test do
gem 'ci_reporter_rspec'
gem 'rspec'
gem 'rubocop', '~> 1.12.0'
gem 'rubocop'
gem 'simplecov'
gem 'simplecov-rcov'
end

gem 'activesupport', '~> 5.2.0'
gem 'activesupport'
107 changes: 0 additions & 107 deletions Gemfile.lock

This file was deleted.

0 comments on commit e78c146

Please sign in to comment.