Skip to content

Commit

Permalink
check in gem lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
dpep committed Apr 5, 2024
1 parent b28c385 commit 8d74b1d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
*.irbrc
.byebug_history
coverage
Gemfile.lock
38 changes: 38 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
PATH
remote: .
specs:
meddleware (0.3.0)

GEM
remote: https://rubygems.org/
specs:
byebug (11.1.3)
diff-lcs (1.5.1)
docile (1.4.0)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
rspec-core (2.99.2)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.99.4)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)

PLATFORMS
arm64-darwin-23
ruby

DEPENDENCIES
byebug
meddleware!
rspec (~> 2.0)
simplecov

BUNDLED WITH
2.5.7

0 comments on commit 8d74b1d

Please sign in to comment.