Skip to content

Commit ae7d97b

Browse files
committed
Release 0.4.2
1 parent c76b027 commit ae7d97b

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

Gemfile.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
11
PATH
22
remote: .
33
specs:
4-
globalid (0.4.1)
4+
globalid (0.4.2)
55
activesupport (>= 4.2.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (5.1.4)
11-
actionview (= 5.1.4)
12-
activesupport (= 5.1.4)
10+
actionpack (5.2.2)
11+
actionview (= 5.2.2)
12+
activesupport (= 5.2.2)
1313
rack (~> 2.0)
1414
rack-test (>= 0.6.3)
1515
rails-dom-testing (~> 2.0)
1616
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17-
actionview (5.1.4)
18-
activesupport (= 5.1.4)
17+
actionview (5.2.2)
18+
activesupport (= 5.2.2)
1919
builder (~> 3.1)
2020
erubi (~> 1.4)
2121
rails-dom-testing (~> 2.0)
2222
rails-html-sanitizer (~> 1.0, >= 1.0.3)
23-
activemodel (5.1.4)
24-
activesupport (= 5.1.4)
25-
activesupport (5.1.4)
23+
activemodel (5.2.2)
24+
activesupport (= 5.2.2)
25+
activesupport (5.2.2)
2626
concurrent-ruby (~> 1.0, >= 1.0.2)
27-
i18n (~> 0.7)
27+
i18n (>= 0.7, < 2)
2828
minitest (~> 5.1)
2929
tzinfo (~> 1.1)
3030
builder (3.2.3)
31-
concurrent-ruby (1.0.5)
32-
crass (1.0.2)
33-
erubi (1.7.0)
34-
i18n (0.9.0)
31+
concurrent-ruby (1.1.4)
32+
crass (1.0.4)
33+
erubi (1.8.0)
34+
i18n (1.5.1)
3535
concurrent-ruby (~> 1.0)
36-
loofah (2.1.1)
36+
loofah (2.2.3)
3737
crass (~> 1.0.2)
3838
nokogiri (>= 1.5.9)
39-
method_source (0.9.0)
40-
mini_portile2 (2.3.0)
41-
minitest (5.10.3)
42-
nokogiri (1.8.1)
43-
mini_portile2 (~> 2.3.0)
44-
rack (2.0.3)
45-
rack-test (0.7.0)
39+
method_source (0.9.2)
40+
mini_portile2 (2.4.0)
41+
minitest (5.11.3)
42+
nokogiri (1.10.0)
43+
mini_portile2 (~> 2.4.0)
44+
rack (2.0.6)
45+
rack-test (1.1.0)
4646
rack (>= 1.0, < 3)
4747
rails-dom-testing (2.0.3)
4848
activesupport (>= 4.2.0)
4949
nokogiri (>= 1.6)
50-
rails-html-sanitizer (1.0.3)
51-
loofah (~> 2.0)
52-
railties (5.1.4)
53-
actionpack (= 5.1.4)
54-
activesupport (= 5.1.4)
50+
rails-html-sanitizer (1.0.4)
51+
loofah (~> 2.2, >= 2.2.2)
52+
railties (5.2.2)
53+
actionpack (= 5.2.2)
54+
activesupport (= 5.2.2)
5555
method_source
5656
rake (>= 0.8.7)
57-
thor (>= 0.18.1, < 2.0)
58-
rake (12.1.0)
59-
thor (0.20.0)
57+
thor (>= 0.19.0, < 2.0)
58+
rake (12.3.2)
59+
thor (0.20.3)
6060
thread_safe (0.3.6)
61-
tzinfo (1.2.3)
61+
tzinfo (1.2.5)
6262
thread_safe (~> 0.1)
6363

6464
PLATFORMS
@@ -71,4 +71,4 @@ DEPENDENCIES
7171
rake
7272

7373
BUNDLED WITH
74-
1.15.4
74+
1.17.3

globalid.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.platform = Gem::Platform::RUBY
33
s.name = 'globalid'
4-
s.version = '0.4.1'
4+
s.version = '0.4.2'
55
s.summary = 'Refer to any model with a URI: gid://app/class/id'
66
s.description = 'URIs for your models makes it easy to pass references around.'
77

0 commit comments

Comments
 (0)