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 2ef73c2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 25 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"
13 changes: 6 additions & 7 deletions graphql-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@ GEM
remote: https://rubygems.org/
specs:
graphql (2.0.5)
nio4r (2.5.8)
nio4r (2.5.9)
puma (5.6.4)
nio4r (~> 2.0)
rack (2.2.3)
rack (3.0.8)
roda (3.54.0)
rack

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
graphql
puma
roda
graphql (= 2.0.5)
puma (= 5.6.4)
roda (= 3.54.0)

BUNDLED WITH
2.2.5
2.4.21

0 comments on commit 2ef73c2

Please sign in to comment.