Skip to content

Commit

Permalink
ignore Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Sep 13, 2024
1 parent 7af8dab commit dfc7c6b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 168 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby

- run: bundle install
- run: git config --global user.name "Github Actions"
- run: git config --global user.email "actions@github.com"
- run: git commit -am "update Gemfile.lock"
bundler-cache: true

- uses: rubygems/release-gem@v1
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@

log
*.gemspec
Gemfile.lock
20 changes: 10 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ source "https://rubygems.org"

gemspec

gem "async", "1.31.0" # TODO: Remove version binding after Ruby 2.7 and 3.0 support drop.
gem "money"
gem "pg"
gem "pry"
gem "rake"
gem "rspec"
gem "rubocop-config-umbrellio"
gem "simplecov"
gem "simplecov-lcov"
gem "symbiont-ruby"
gem "async", "~> 1.31.0"
gem "money", "~> 6.19.0"
gem "pg", "~> 1.5.7"
gem "pry", "~> 0.14.2"
gem "rake", "~> 13.2.1"
gem "rspec", "~> 3.13.0"
gem "rubocop-config-umbrellio", "~> 1.63.0.93"
gem "simplecov", "~> 0.22.0"
gem "simplecov-lcov", "~> 0.8.0"
gem "symbiont-ruby", "~> 0.7.0"
153 changes: 0 additions & 153 deletions Gemfile.lock

This file was deleted.

0 comments on commit dfc7c6b

Please sign in to comment.