Skip to content

Commit 6ccbcbf

Browse files
committed
4.2.11 actuakky vulnerable
1 parent 230adb3 commit 6ccbcbf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source :rubygems
22

3-
gem "actionview", "~> 4.2.11"
3+
gem "actionview", "4.2.11"
44

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actionview (4.2.11.1)
5-
activesupport (= 4.2.11.1)
4+
actionview (4.2.11)
5+
activesupport (= 4.2.11)
66
builder (~> 3.1)
77
erubis (~> 2.7.0)
88
rails-dom-testing (~> 1.0, >= 1.0.5)
99
rails-html-sanitizer (~> 1.0, >= 1.0.3)
10-
activesupport (4.2.11.1)
10+
activesupport (4.2.11)
1111
i18n (~> 0.7)
1212
minitest (~> 5.1)
1313
thread_safe (~> 0.3, >= 0.3.4)
@@ -41,7 +41,7 @@ PLATFORMS
4141
ruby
4242

4343
DEPENDENCIES
44-
actionview (~> 4.2.11)
44+
actionview (= 4.2.11)
4545

4646
BUNDLED WITH
4747
1.16.2

0 commit comments

Comments
 (0)