Skip to content

Commit 109b807

Browse files
committed
Fix default gems
1 parent bb7336e commit 109b807

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ source 'https://rubygems.org'
55
# Specify your gem's dependencies in diggable.gemspec
66
gemspec
77

8+
gem 'base64', '~> 0.3' # Base64
89
gem 'byebug', '~> 11.1' # debugger
910
gem 'minitest', '~> 5.0' # test framework
11+
gem 'mutex_m', '~> 0.3' # Mutexes
12+
gem 'racc', '~> 1.8' # parser
1013
gem 'rake', '~> 13.0' # automation tasks
1114
gem 'rubocop-espago', '~> 1.0' # ruby linter
1215
gem 'shoulda-context', '~> 2.0' # more pleasant test syntax

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,20 @@ GEM
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

8689
DEPENDENCIES
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!

0 commit comments

Comments
 (0)