Skip to content

Commit 2fc241d

Browse files
author
Peter H. Boling
committed
📌 Gemfile.lock should always be in version control
- https://bundler.io/guides/creating_gem.html#testing-our-gem
1 parent 9b084d7 commit 2fc241d

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

‎.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
/pkg/
77
/spec/reports/
88
/tmp/
9-
Gemfile.lock

‎Gemfile.lock‎

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
PATH
2+
remote: .
3+
specs:
4+
rexml (3.4.2)
5+
6+
GEM
7+
remote: https://rubygems.org/
8+
specs:
9+
benchmark_driver (0.16.5)
10+
date (3.4.1)
11+
erb (5.0.2)
12+
power_assert (2.0.5)
13+
psych (5.2.6)
14+
date
15+
stringio
16+
rake (13.3.0)
17+
rdoc (6.14.2)
18+
erb
19+
psych (>= 4.0.0)
20+
stringio (3.1.7)
21+
test-unit (3.7.0)
22+
power_assert
23+
test-unit-ruby-core (1.0.7)
24+
test-unit
25+
26+
PLATFORMS
27+
ruby
28+
x86_64-linux
29+
30+
DEPENDENCIES
31+
benchmark_driver
32+
rake
33+
rdoc
34+
rexml!
35+
test-unit
36+
test-unit-ruby-core
37+
38+
BUNDLED WITH
39+
2.6.9

0 commit comments

Comments
 (0)