Add Gemfile
This commit is contained in:
8
Gemfile
Normal file
8
Gemfile
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
source "https://rubygems.org"
|
||||||
|
|
||||||
|
ruby "2.6.3"
|
||||||
|
|
||||||
|
gem "rexical"
|
||||||
|
gem "racc"
|
||||||
|
gem "rspec"
|
||||||
|
|
||||||
33
Gemfile.lock
Normal file
33
Gemfile.lock
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
diff-lcs (1.3)
|
||||||
|
racc (1.4.16)
|
||||||
|
rexical (1.0.7)
|
||||||
|
rspec (3.9.0)
|
||||||
|
rspec-core (~> 3.9.0)
|
||||||
|
rspec-expectations (~> 3.9.0)
|
||||||
|
rspec-mocks (~> 3.9.0)
|
||||||
|
rspec-core (3.9.1)
|
||||||
|
rspec-support (~> 3.9.1)
|
||||||
|
rspec-expectations (3.9.0)
|
||||||
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
|
rspec-support (~> 3.9.0)
|
||||||
|
rspec-mocks (3.9.1)
|
||||||
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
|
rspec-support (~> 3.9.0)
|
||||||
|
rspec-support (3.9.2)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
ruby
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
racc
|
||||||
|
rexical
|
||||||
|
rspec
|
||||||
|
|
||||||
|
RUBY VERSION
|
||||||
|
ruby 2.6.3p62
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
2.1.2
|
||||||
Reference in New Issue
Block a user