Skip to content

Commit b50abb6

Browse files
committed
Update activesupport in Gemfile.lock
Keep up to date with required gems.
1 parent 805e607 commit b50abb6

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Gemfile.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@ PATH
1111
GEM
1212
remote: http://rubygems.org/
1313
specs:
14-
activesupport (3.2.3)
15-
i18n (~> 0.6)
16-
multi_json (~> 1.0)
14+
activesupport (4.0.1)
15+
i18n (~> 0.6, >= 0.6.4)
16+
minitest (~> 4.2)
17+
multi_json (~> 1.3)
18+
thread_safe (~> 0.1)
19+
tzinfo (~> 0.3.37)
1720
addressable (2.2.8)
1821
aruba (0.5.3)
1922
childprocess (>= 0.3.6)
2023
cucumber (>= 1.1.1)
2124
rspec-expectations (>= 2.7.0)
25+
atomic (1.1.14)
2226
attr_required (0.0.5)
2327
builder (3.2.2)
2428
capybara (1.1.2)
@@ -44,11 +48,12 @@ GEM
4448
gherkin (2.12.2)
4549
multi_json (~> 1.3)
4650
httpclient (2.2.5)
47-
i18n (0.6.0)
51+
i18n (0.6.5)
4852
json (1.8.1)
4953
libwebsocket (0.1.3)
5054
addressable
5155
mime-types (1.18)
56+
minitest (4.7.5)
5257
multi_json (1.8.2)
5358
multi_test (0.0.2)
5459
mustache (0.99.4)
@@ -86,7 +91,10 @@ GEM
8691
rack (~> 1.4)
8792
rack-protection (~> 1.4)
8893
tilt (~> 1.3, >= 1.3.4)
94+
thread_safe (0.1.3)
95+
atomic
8996
tilt (1.4.1)
97+
tzinfo (0.3.38)
9098
webmock (1.13.0)
9199
addressable (>= 2.2.7)
92100
crack (>= 0.3.2)

0 commit comments

Comments
 (0)