File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
activejob (>= 7.1 )
6
6
activerecord (>= 7.1 )
7
7
concurrent-ruby (~> 1.2.2 )
8
- fugit (~> 1.10.1 )
8
+ fugit (~> 1.11.0 )
9
9
railties (>= 7.1 )
10
10
11
11
GEM
49
49
base64 (0.1.1 )
50
50
bigdecimal (3.1.4 )
51
51
builder (3.2.4 )
52
- concurrent-ruby (1.2.2 )
52
+ concurrent-ruby (1.2.3 )
53
53
connection_pool (2.4.1 )
54
54
crass (1.0.6 )
55
55
debug (1.7.1 )
58
58
drb (2.1.1 )
59
59
ruby2_keywords
60
60
erubi (1.12.0 )
61
- et-orbi (1.2.7 )
61
+ et-orbi (1.2.11 )
62
62
tzinfo
63
- fugit (1.10.1 )
64
- et-orbi (~> 1 , >= 1.2.7 )
63
+ fugit (1.11.0 )
64
+ et-orbi (~> 1 , >= 1.2.11 )
65
65
raabro (~> 1.4 )
66
66
globalid (1.2.1 )
67
67
activesupport (>= 6.1 )
@@ -184,4 +184,4 @@ DEPENDENCIES
184
184
sqlite3
185
185
186
186
BUNDLED WITH
187
- 2.4.2
187
+ 2.5.9
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
spec . add_dependency "activejob" , rails_version
23
23
spec . add_dependency "railties" , rails_version
24
24
spec . add_dependency "concurrent-ruby" , "~> 1.2.2"
25
- spec . add_dependency "fugit" , "~> 1.10.1 "
25
+ spec . add_dependency "fugit" , "~> 1.11.0 "
26
26
27
27
spec . add_development_dependency "debug"
28
28
spec . add_development_dependency "mocha"
You can’t perform that action at this time.
0 commit comments