File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,11 @@ source 'https://rubygems.org'
55# Specify your gem's dependencies in diggable.gemspec
66gemspec
77
8+ gem 'base64' , '~> 0.3' # Base64
89gem 'byebug' , '~> 11.1' # debugger
910gem 'minitest' , '~> 5.0' # test framework
11+ gem 'mutex_m' , '~> 0.3' # Mutexes
12+ gem 'racc' , '~> 1.8' # parser
1013gem 'rake' , '~> 13.0' # automation tasks
1114gem 'rubocop-espago' , '~> 1.0' # ruby linter
1215gem 'shoulda-context' , '~> 2.0' # more pleasant test syntax
Original file line number Diff line number Diff line change 1010 remote: https://rubygems.org/
1111 specs:
1212 ast (2.4.2 )
13+ base64 (0.3.0 )
1314 bigdecimal (3.2.3 )
1415 booleans (0.1.1 )
1516 byebug (11.1.3 )
1617 erubi (1.12.0 )
1718 json (2.6.3 )
1819 minitest (5.17.0 )
20+ mutex_m (0.3.0 )
1921 netrc (0.11.0 )
2022 parallel (1.22.1 )
2123 parser (3.2.1.0 )
2224 ast (~> 2.4.1 )
2325 prism (0.29.0 )
26+ racc (1.8.1 )
2427 rainbow (3.1.1 )
2528 rake (13.0.6 )
2629 rbi (0.1.13 )
@@ -84,8 +87,11 @@ PLATFORMS
8487 x86_64-linux
8588
8689DEPENDENCIES
90+ base64 (~> 0.3 )
8791 byebug (~> 11.1 )
8892 minitest (~> 5.0 )
93+ mutex_m (~> 0.3 )
94+ racc (~> 1.8 )
8995 rake (~> 13.0 )
9096 rubocop-espago (~> 1.0 )
9197 shale-builder !
You can’t perform that action at this time.
0 commit comments