File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source 'https://rubygems.org'
4
4
5
+ gem 'activesupport' , '7.1.3.4' # support ruby 2.7
5
6
gem 'fakefs' , require : 'fakefs/safe'
6
7
gem 'rake'
7
8
gem 'rspec'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (8.0.1 )
4
+ activesupport (7.1.3.4 )
5
5
base64
6
- benchmark (>= 0.3 )
7
6
bigdecimal
8
- concurrent-ruby (~> 1.0 , >= 1.3.1 )
7
+ concurrent-ruby (~> 1.0 , >= 1.0.2 )
9
8
connection_pool (>= 2.2.5 )
10
9
drb
11
10
i18n (>= 1.6 , < 2 )
12
- logger (>= 1.4.2 )
13
11
minitest (>= 5.1 )
14
- securerandom (>= 0.3 )
15
- tzinfo (~> 2.0 , >= 2.0.5 )
16
- uri (>= 0.13.1 )
12
+ mutex_m
13
+ tzinfo (~> 2.0 )
17
14
ast (2.4.2 )
18
15
base64 (0.2.0 )
19
- benchmark (0.4.0 )
20
16
bigdecimal (3.1.9 )
21
17
coderay (1.1.3 )
22
18
concurrent-ruby (1.3.4 )
49
45
listen (3.8.0 )
50
46
rb-fsevent (~> 0.10 , >= 0.10.3 )
51
47
rb-inotify (~> 0.9 , >= 0.9.10 )
52
- logger (1.6.4 )
53
48
lumberjack (1.2.8 )
54
49
method_source (1.0.0 )
55
50
minitest (5.25.4 )
51
+ mutex_m (0.3.0 )
56
52
nenv (0.3.0 )
57
53
node_mutation (1.24.4 )
58
54
node_query (1.16.0 )
91
87
diff-lcs (>= 1.2.0 , < 2.0 )
92
88
rspec-support (~> 3.12.0 )
93
89
rspec-support (3.12.0 )
94
- securerandom (0.4.1 )
95
90
shellany (0.0.1 )
96
91
syntax_tree (6.2.0 )
97
92
prettier_print (>= 1.2.0 )
@@ -112,12 +107,12 @@ GEM
112
107
thor (1.2.1 )
113
108
tzinfo (2.0.6 )
114
109
concurrent-ruby (~> 1.0 )
115
- uri (1.0.2 )
116
110
117
111
PLATFORMS
118
112
ruby
119
113
120
114
DEPENDENCIES
115
+ activesupport (= 7.1.3.4 )
121
116
fakefs
122
117
guard
123
118
guard-bundler
You can’t perform that action at this time.
0 commit comments