Skip to content

Commit

Permalink
fix: drop gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Nov 8, 2023
1 parent a9a65fc commit 61a19bd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 40 deletions.
1 change: 1 addition & 0 deletions agoo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Gemfile.lock
2 changes: 1 addition & 1 deletion agoo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem "agoo"
gem "agoo", "2.14.2"
14 changes: 0 additions & 14 deletions agoo/Gemfile.lock

This file was deleted.

1 change: 1 addition & 0 deletions graphql-ruby/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Gemfile.lock
6 changes: 3 additions & 3 deletions graphql-ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem "graphql"
gem "roda"
gem "puma"
gem "graphql", "2.0.5"
gem "roda", "3.54.0"
gem "puma", "5.6.4"
22 changes: 0 additions & 22 deletions graphql-ruby/Gemfile.lock

This file was deleted.

0 comments on commit 61a19bd

Please sign in to comment.