We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccbcbf commit da22ab6Copy full SHA for da22ab6
Gemfile
@@ -1,4 +1,4 @@
1
source :rubygems
2
3
-gem "actionview", "4.2.11"
+gem "actionview", "4.2.10"
4
Gemfile.lock
@@ -1,13 +1,13 @@
GEM
remote: http://rubygems.org/
specs:
- actionview (4.2.11)
5
- activesupport (= 4.2.11)
+ actionview (4.2.10)
+ activesupport (= 4.2.10)
6
builder (~> 3.1)
7
erubis (~> 2.7.0)
8
rails-dom-testing (~> 1.0, >= 1.0.5)
9
rails-html-sanitizer (~> 1.0, >= 1.0.3)
10
- activesupport (4.2.11)
+ activesupport (4.2.10)
11
i18n (~> 0.7)
12
minitest (~> 5.1)
13
thread_safe (~> 0.3, >= 0.3.4)
@@ -41,7 +41,7 @@ PLATFORMS
41
ruby
42
43
DEPENDENCIES
44
- actionview (= 4.2.11)
+ actionview (= 4.2.10)
45
46
BUNDLED WITH
47
1.16.2
0 commit comments