File tree Expand file tree Collapse file tree 3 files changed +16
-19
lines changed Expand file tree Collapse file tree 3 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- hash_with_dot_access (1.0.1 )
5
- activesupport (>= 5.0.0 , < 7 .0 )
4
+ hash_with_dot_access (1.1.0 )
5
+ activesupport (>= 5.0.0 , < 8 .0 )
6
6
7
7
GEM
8
8
remote: https://rubygems.org/
9
9
specs:
10
- activesupport (6 .0.3.3 )
10
+ activesupport (7 .0.0 )
11
11
concurrent-ruby (~> 1.0 , >= 1.0.2 )
12
- i18n (>= 0.7 , < 2 )
13
- minitest (~> 5.1 )
14
- tzinfo (~> 1.1 )
15
- zeitwerk (~> 2.2 , >= 2.2.2 )
16
- concurrent-ruby (1.1.7 )
17
- i18n (1.8.5 )
12
+ i18n (>= 1.6 , < 2 )
13
+ minitest (>= 5.1 )
14
+ tzinfo (~> 2.0 )
15
+ concurrent-ruby (1.1.9 )
16
+ i18n (1.8.11 )
17
+ concurrent-ruby (~> 1.0 )
18
+ minitest (5.15.0 )
19
+ rake (13.0.6 )
20
+ tzinfo (2.0.4 )
18
21
concurrent-ruby (~> 1.0 )
19
- minitest (5.14.2 )
20
- rake (12.3.3 )
21
- thread_safe (0.3.6 )
22
- tzinfo (1.2.7 )
23
- thread_safe (~> 0.1 )
24
- zeitwerk (2.4.0 )
25
22
26
23
PLATFORMS
27
24
ruby
28
25
29
26
DEPENDENCIES
30
27
bundler
31
28
hash_with_dot_access !
32
- rake (~> 12 .0 )
29
+ rake (~> 13 .0 )
33
30
34
31
BUNDLED WITH
35
32
2.1.4
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Gem::Specification.new do |spec|
17
17
end
18
18
spec . require_paths = [ "lib" ]
19
19
20
- spec . add_runtime_dependency "activesupport" , [ ">= 5.0.0" , "< 7 .0" ]
20
+ spec . add_runtime_dependency "activesupport" , [ ">= 5.0.0" , "< 8 .0" ]
21
21
22
22
spec . add_development_dependency "bundler"
23
- spec . add_development_dependency "rake" , "~> 12 .0"
23
+ spec . add_development_dependency "rake" , "~> 13 .0"
24
24
end
Original file line number Diff line number Diff line change 1
1
module HashWithDotAccess
2
- VERSION = "1.1 .0"
2
+ VERSION = "1.2 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments