Skip to content

Commit

Permalink
add lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-taylor committed Jun 24, 2022
1 parent fa54ff0 commit b511cd3
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/pkg/
/spec/reports/
/tmp/
Gemfile.lock
.DS_Store

# rspec failure tracking
Expand Down
62 changes: 62 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
PATH
remote: .
specs:
class_composer (0.0.1)

GEM
remote: https://rubygems.org/
specs:
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
docile (1.4.0)
faker (2.21.0)
i18n (>= 1.8.11, < 2)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
rake (12.3.3)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rspec_junit_formatter (0.5.1)
rspec-core (>= 2, < 4, != 2.12.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)

PLATFORMS
x86_64-linux

DEPENDENCIES
class_composer!
faker
pry
pry-byebug
rake (~> 12.0)
rspec (~> 3.0)
rspec_junit_formatter
simplecov

BUNDLED WITH
2.3.16

0 comments on commit b511cd3

Please sign in to comment.