Skip to content

Commit 5516d67

Browse files
author
Lucca Kaiser
committed
- bump ruby version
- require dropped gems necessary for spec
1 parent baf13b6 commit 5516d67

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.5
1+
3.1.2

reactor_test/Gemfile.common

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@ gem 'mysql2', '~> 0.5.2'
1717

1818
gem "pry-byebug"
1919

20-
gem 'listen'
20+
gem 'listen'
21+
22+
gem 'rexml', require: false
23+
gem 'net-smtp', require: false
24+
gem 'net-pop', require: false
25+
gem 'net-imap', require: false

reactor_test/Gemfile.lock

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ GEM
7474
concurrent-ruby (1.1.10)
7575
crass (1.0.6)
7676
diff-lcs (1.5.0)
77+
digest (3.1.0)
7778
erubi (1.11.0)
7879
faraday (2.5.2)
7980
faraday-net_http (>= 2.0, < 3.1)
@@ -116,6 +117,20 @@ GEM
116117
mysql2 (0.5.4)
117118
mysql_blob_streaming (2.5.0)
118119
mysql2 (>= 0.4.4, < 0.6.0)
120+
net-imap (0.2.3)
121+
digest
122+
net-protocol
123+
strscan
124+
net-pop (0.1.1)
125+
digest
126+
net-protocol
127+
timeout
128+
net-protocol (0.1.3)
129+
timeout
130+
net-smtp (0.3.1)
131+
digest
132+
net-protocol
133+
timeout
119134
nio4r (2.5.8)
120135
nokogiri (1.13.8)
121136
mini_portile2 (~> 2.8.0)
@@ -160,6 +175,7 @@ GEM
160175
rb-fsevent (0.11.1)
161176
rb-inotify (0.10.1)
162177
ffi (~> 1.0)
178+
rexml (3.2.5)
163179
rsolr (2.1.0)
164180
builder (>= 2.1.2)
165181
faraday (>= 0.9.0)
@@ -192,7 +208,9 @@ GEM
192208
actionpack (>= 5.2)
193209
activesupport (>= 5.2)
194210
sprockets (>= 3.0.0)
211+
strscan (3.0.4)
195212
thor (1.2.1)
213+
timeout (0.3.0)
196214
tzinfo (2.0.5)
197215
concurrent-ruby (~> 1.0)
198216
websocket-driver (0.7.5)
@@ -209,8 +227,12 @@ DEPENDENCIES
209227
listen
210228
mysql2 (~> 0.5.2)
211229
mysql_blob_streaming (= 2.5.0)
230+
net-imap
231+
net-pop
232+
net-smtp
212233
pry-byebug
213234
rails (~> 6.1.0)
235+
rexml
214236
rspec-activemodel-mocks
215237
rspec-rails
216238

0 commit comments

Comments
 (0)