Skip to content

Commit 1384c04

Browse files
David MaloneyDavid Maloney
authored andcommitted
update rex-text to fix a bug
1 parent 6160ff8 commit 1384c04

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,27 +51,27 @@ PATH
5151
GEM
5252
remote: https://rubygems.org/
5353
specs:
54-
actionpack (4.2.7)
55-
actionview (= 4.2.7)
56-
activesupport (= 4.2.7)
54+
actionpack (4.2.7.1)
55+
actionview (= 4.2.7.1)
56+
activesupport (= 4.2.7.1)
5757
rack (~> 1.6)
5858
rack-test (~> 0.6.2)
5959
rails-dom-testing (~> 1.0, >= 1.0.5)
6060
rails-html-sanitizer (~> 1.0, >= 1.0.2)
61-
actionview (4.2.7)
62-
activesupport (= 4.2.7)
61+
actionview (4.2.7.1)
62+
activesupport (= 4.2.7.1)
6363
builder (~> 3.1)
6464
erubis (~> 2.7.0)
6565
rails-dom-testing (~> 1.0, >= 1.0.5)
6666
rails-html-sanitizer (~> 1.0, >= 1.0.2)
67-
activemodel (4.2.7)
68-
activesupport (= 4.2.7)
67+
activemodel (4.2.7.1)
68+
activesupport (= 4.2.7.1)
6969
builder (~> 3.1)
70-
activerecord (4.2.7)
71-
activemodel (= 4.2.7)
72-
activesupport (= 4.2.7)
70+
activerecord (4.2.7.1)
71+
activemodel (= 4.2.7.1)
72+
activesupport (= 4.2.7.1)
7373
arel (~> 6.0)
74-
activesupport (4.2.7)
74+
activesupport (4.2.7.1)
7575
i18n (~> 0.7)
7676
json (~> 1.7, >= 1.7.7)
7777
minitest (~> 5.1)
@@ -213,9 +213,9 @@ GEM
213213
rails-deprecated_sanitizer (>= 1.0.1)
214214
rails-html-sanitizer (1.0.3)
215215
loofah (~> 2.0)
216-
railties (4.2.7)
217-
actionpack (= 4.2.7)
218-
activesupport (= 4.2.7)
216+
railties (4.2.7.1)
217+
actionpack (= 4.2.7.1)
218+
activesupport (= 4.2.7.1)
219219
rake (>= 0.8.7)
220220
thor (>= 0.18.1, < 2.0)
221221
rake (11.2.2)
@@ -235,7 +235,7 @@ GEM
235235
rex-text
236236
rex-registry (0.1.0)
237237
rex-struct2 (0.1.0)
238-
rex-text (0.2.0)
238+
rex-text (0.2.1)
239239
rex-zip (0.1.0)
240240
rex-text
241241
rkelly-remix (0.0.6)

0 commit comments

Comments
 (0)