Skip to content

Commit

Permalink
ci: remove lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thde committed Oct 25, 2024
1 parent f5c97a8 commit f373a52
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 408 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
quickstart.rb
*.gz

/vendor/
vendor/
Gemfile.lock
*.gemfile.lock
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem "faraday", "~> 1.10"
gem "faraday_middleware"
gem "faraday", "< 3"
gem "faraday-net_http_persistent"

# Specify your gem dependencies in netbox-client-ruby.gemspec
gemspec
117 changes: 0 additions & 117 deletions Gemfile.lock

This file was deleted.

94 changes: 0 additions & 94 deletions gemfiles/faraday0.gemfile.lock

This file was deleted.

93 changes: 0 additions & 93 deletions gemfiles/faraday1.gemfile.lock

This file was deleted.

Loading

0 comments on commit f373a52

Please sign in to comment.