Skip to content

Commit cd18a19

Browse files
committed
Add Gemfile.lock
1 parent 941821f commit cd18a19

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
.config
66
.yardoc
77
.idea
8-
Gemfile.lock
98
InstalledFiles
109
_yardoc
1110
coverage

Gemfile.lock

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
PATH
2+
remote: .
3+
specs:
4+
detect_language (1.1.2)
5+
6+
GEM
7+
remote: https://rubygems.org/
8+
specs:
9+
diff-lcs (1.6.2)
10+
json (2.13.0)
11+
rake (13.3.0)
12+
rspec (3.13.1)
13+
rspec-core (~> 3.13.0)
14+
rspec-expectations (~> 3.13.0)
15+
rspec-mocks (~> 3.13.0)
16+
rspec-core (3.13.5)
17+
rspec-support (~> 3.13.0)
18+
rspec-expectations (3.13.5)
19+
diff-lcs (>= 1.2.0, < 2.0)
20+
rspec-support (~> 3.13.0)
21+
rspec-mocks (3.13.5)
22+
diff-lcs (>= 1.2.0, < 2.0)
23+
rspec-support (~> 3.13.0)
24+
rspec-support (3.13.4)
25+
26+
PLATFORMS
27+
arm64-darwin-24
28+
ruby
29+
30+
DEPENDENCIES
31+
detect_language!
32+
json
33+
rake
34+
rspec
35+
36+
BUNDLED WITH
37+
2.7.0

0 commit comments

Comments
 (0)