Skip to content

Commit

Permalink
chore: Remove Gemfile from ruby gems (#2)
Browse files Browse the repository at this point in the history
* chore: Remove Gemfile.lock from gem

* chore: Remove deprecated ruby version
  • Loading branch information
LuukvH committed Mar 1, 2023
1 parent 1005ed3 commit 116e699
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.7
- 3.0
- 3.2

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore Gemfile.lock for ruby gems
Gemfile.lock
50 changes: 0 additions & 50 deletions Gemfile.lock

This file was deleted.

4 changes: 2 additions & 2 deletions appsignal-sourcemap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require "appsignal/sourcemap/version"
Gem::Specification.new do |spec|
spec.name = "appsignal-sourcemap"
spec.version = Appsignal::Sourcemap::VERSION
spec.authors = ["Stef Schenkelaars"]
spec.email = ["stef.schenkelaars@gmail.com"]
spec.authors = ["Drieam"]
spec.email = ["dev@drieam.com"]
spec.homepage = "https://github.com/drieam/appsignal-sourcemap"
spec.summary = "Upload private sourcemaps to appsignal"

Expand Down

0 comments on commit 116e699

Please sign in to comment.