File tree 3 files changed +34
-26
lines changed
3 files changed +34
-26
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- ruby '2.1.2 '
3
+ ruby '3.2.0 '
4
4
5
5
gem 'rake'
6
6
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- Platform (0.4.0 )
5
- addressable (2.3.8 )
6
- byebug (6.0.2 )
7
- cookiejar (0.3.2 )
8
- diff-lcs (1.2.5 )
9
- em-eventsource (0.2.1 )
4
+ Platform (0.4.2 )
5
+ addressable (2.8.1 )
6
+ public_suffix (>= 2.0.2 , < 6.0 )
7
+ byebug (11.1.3 )
8
+ cookiejar (0.3.3 )
9
+ diff-lcs (1.5.0 )
10
+ em-eventsource (0.3.2 )
10
11
em-http-request (~> 1.0 )
11
12
eventmachine (~> 1.0 )
12
- em-http-request (1.1.2 )
13
+ em-http-request (1.1.7 )
13
14
addressable (>= 2.3.4 )
14
- cookiejar
15
+ cookiejar ( != 0.3.1 )
15
16
em-socksify (>= 0.3 )
16
17
eventmachine (>= 1.0.3 )
17
18
http_parser.rb (>= 0.6.0 )
18
- em-socksify (0.3.1 )
19
+ em-socksify (0.3.2 )
19
20
eventmachine (>= 1.0.0.beta.4 )
20
- eventmachine (1.0.8 )
21
- http_parser.rb (0.6 .0 )
21
+ eventmachine (1.2.7 )
22
+ http_parser.rb (0.8 .0 )
22
23
nginx_test_helper (0.4.1 )
23
24
popen4
24
25
open4 (1.3.4 )
25
26
popen4 (0.1.2 )
26
27
Platform (>= 0.4.0 )
27
28
open4 (>= 0.4.0 )
28
- rake (10.4.2 )
29
- rspec (3.3.0 )
30
- rspec-core (~> 3.3.0 )
31
- rspec-expectations (~> 3.3.0 )
32
- rspec-mocks (~> 3.3.0 )
33
- rspec-core (3.3.2 )
34
- rspec-support (~> 3.3.0 )
35
- rspec-expectations (3.3.1 )
29
+ public_suffix (5.0.1 )
30
+ rake (13.0.6 )
31
+ rspec (3.12.0 )
32
+ rspec-core (~> 3.12.0 )
33
+ rspec-expectations (~> 3.12.0 )
34
+ rspec-mocks (~> 3.12.0 )
35
+ rspec-core (3.12.0 )
36
+ rspec-support (~> 3.12.0 )
37
+ rspec-expectations (3.12.2 )
36
38
diff-lcs (>= 1.2.0 , < 2.0 )
37
- rspec-support (~> 3.3 .0 )
38
- rspec-mocks (3.3.2 )
39
+ rspec-support (~> 3.12 .0 )
40
+ rspec-mocks (3.12.3 )
39
41
diff-lcs (>= 1.2.0 , < 2.0 )
40
- rspec-support (~> 3.3 .0 )
41
- rspec-support (3.3 .0 )
42
+ rspec-support (~> 3.12 .0 )
43
+ rspec-support (3.12 .0 )
42
44
43
45
PLATFORMS
44
- ruby
46
+ x86_64-linux
45
47
46
48
DEPENDENCIES
47
49
byebug
48
50
em-eventsource
49
51
nginx_test_helper (~> 0.4.0 )
50
52
rake
51
53
rspec
54
+
55
+ RUBY VERSION
56
+ ruby 3.2.0p0
57
+
58
+ BUNDLED WITH
59
+ 2.4.1
Original file line number Diff line number Diff line change 3
3
# Set up gems listed in the Gemfile.
4
4
ENV [ 'BUNDLE_GEMFILE' ] ||= File . expand_path ( '../Gemfile' , File . dirname ( __FILE__ ) )
5
5
6
- require 'bundler/setup' if File . exists ?( ENV [ 'BUNDLE_GEMFILE' ] )
6
+ require 'bundler/setup' if File . exist ?( ENV [ 'BUNDLE_GEMFILE' ] )
7
7
Bundler . require ( :default , :test ) if defined? ( Bundler )
8
8
9
9
require File . expand_path ( 'nginx_configuration' , File . dirname ( __FILE__ ) )
You can’t perform that action at this time.
0 commit comments