Skip to content

Commit a2873c2

Browse files
committed
add gems back to custom gemfile
1 parent 0602102 commit a2873c2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Gemfile.custom

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@
1212
# end
1313

1414
# Add your custom gem dependencies here
15+
16+
group :test, :development do
17+
gem 'mutex_m'
18+
gem 'base64'
19+
end

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ GEM
2828
faraday-net_http_persistent (~> 2.0)
2929
faraday-retry (~> 2.0)
3030
ast (2.4.3)
31+
base64 (0.3.0)
3132
bigdecimal (3.3.1)
3233
certifi (2018.01.18)
3334
coderay (1.1.3)
@@ -67,6 +68,7 @@ GEM
6768
minitest-rg (5.3.0)
6869
minitest (~> 5.0)
6970
multipart-post (2.4.1)
71+
mutex_m (0.3.0)
7072
net-http (0.8.0)
7173
uri (>= 0.11.1)
7274
net-http-persistent (4.0.6)
@@ -141,9 +143,11 @@ PLATFORMS
141143
x86_64-linux-musl
142144

143145
DEPENDENCIES
146+
base64
144147
minitest (~> 5.20, ~> 5.16)
145148
minitest-proveit (~> 1.0)
146149
minitest-rg
150+
mutex_m
147151
pry
148152
rake (~> 13.0)
149153
rubocop (~> 1.21)

0 commit comments

Comments
 (0)