Skip to content

Commit 0a145bb

Browse files
committed
v0.1.3
1 parent 323d3f7 commit 0a145bb

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
PATH
22
remote: .
33
specs:
4-
reactionview (0.1.2)
4+
reactionview (0.1.3)
55
actionview (>= 7.0)
66
herb (>= 0.7.5, < 1.0.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionview (8.0.2.1)
12-
activesupport (= 8.0.2.1)
11+
actionview (8.0.3)
12+
activesupport (= 8.0.3)
1313
builder (~> 3.1)
1414
erubi (~> 1.11)
1515
rails-dom-testing (~> 2.2)
1616
rails-html-sanitizer (~> 1.6)
17-
activesupport (8.0.2.1)
17+
activesupport (8.0.3)
1818
base64
1919
benchmark (>= 0.3)
2020
bigdecimal
@@ -59,41 +59,41 @@ GEM
5959
herb (0.7.5-x86_64-linux-musl)
6060
i18n (1.14.7)
6161
concurrent-ruby (~> 1.0)
62-
json (2.13.2)
62+
json (2.15.0)
6363
language_server-protocol (3.17.0.5)
6464
lint_roller (1.1.0)
6565
logger (1.7.0)
6666
loofah (2.24.1)
6767
crass (~> 1.0.2)
6868
nokogiri (>= 1.12.0)
69-
maxitest (6.0.0)
69+
maxitest (6.0.1)
7070
minitest (>= 5.20.0, < 5.26.0)
7171
minitest (5.25.5)
7272
minitest-difftastic (0.2.1)
7373
difftastic (~> 0.6)
74-
nokogiri (1.18.9-aarch64-linux-gnu)
74+
nokogiri (1.18.10-aarch64-linux-gnu)
7575
racc (~> 1.4)
76-
nokogiri (1.18.9-aarch64-linux-musl)
76+
nokogiri (1.18.10-aarch64-linux-musl)
7777
racc (~> 1.4)
78-
nokogiri (1.18.9-arm-linux-gnu)
78+
nokogiri (1.18.10-arm-linux-gnu)
7979
racc (~> 1.4)
80-
nokogiri (1.18.9-arm-linux-musl)
80+
nokogiri (1.18.10-arm-linux-musl)
8181
racc (~> 1.4)
82-
nokogiri (1.18.9-arm64-darwin)
82+
nokogiri (1.18.10-arm64-darwin)
8383
racc (~> 1.4)
84-
nokogiri (1.18.9-x86_64-darwin)
84+
nokogiri (1.18.10-x86_64-darwin)
8585
racc (~> 1.4)
86-
nokogiri (1.18.9-x86_64-linux-gnu)
86+
nokogiri (1.18.10-x86_64-linux-gnu)
8787
racc (~> 1.4)
88-
nokogiri (1.18.9-x86_64-linux-musl)
88+
nokogiri (1.18.10-x86_64-linux-musl)
8989
racc (~> 1.4)
9090
parallel (1.27.0)
9191
parser (3.3.9.0)
9292
ast (~> 2.4.1)
9393
racc
9494
pretty_please (0.2.0)
9595
dispersion (~> 0.2)
96-
prism (1.4.0)
96+
prism (1.5.1)
9797
racc (1.8.1)
9898
rails-dom-testing (2.3.0)
9999
activesupport (>= 5.0.0)
@@ -104,7 +104,7 @@ GEM
104104
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
105105
rainbow (3.1.1)
106106
rake (13.3.0)
107-
regexp_parser (2.11.2)
107+
regexp_parser (2.11.3)
108108
rubocop (1.80.2)
109109
json (~> 2.3)
110110
language_server-protocol (~> 3.17.0.2)
@@ -116,17 +116,17 @@ GEM
116116
rubocop-ast (>= 1.46.0, < 2.0)
117117
ruby-progressbar (~> 1.7)
118118
unicode-display_width (>= 2.4.0, < 4.0)
119-
rubocop-ast (1.46.0)
119+
rubocop-ast (1.47.1)
120120
parser (>= 3.3.7.2)
121121
prism (~> 1.4)
122122
ruby-progressbar (1.13.0)
123123
securerandom (0.4.1)
124124
thor (1.4.0)
125125
tzinfo (2.0.6)
126126
concurrent-ruby (~> 1.0)
127-
unicode-display_width (3.1.5)
128-
unicode-emoji (~> 4.0, >= 4.0.4)
129-
unicode-emoji (4.0.4)
127+
unicode-display_width (3.2.0)
128+
unicode-emoji (~> 4.1)
129+
unicode-emoji (4.1.0)
130130
uri (1.0.3)
131131

132132
PLATFORMS

javascript/packages/dev-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactionview/dev-tools",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Development tools for ReActionView with Herb integration",
55
"type": "module",
66
"license": "MIT",

lib/reactionview/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ReActionView
4-
VERSION = "0.1.2"
4+
VERSION = "0.1.3"
55
end

0 commit comments

Comments
 (0)