mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-12-21 23:08:54 -05:00
Bundle update
This commit is contained in:
parent
6ec409bfcb
commit
640d3710ae
2
Gemfile
2
Gemfile
@ -1,3 +1,3 @@
|
||||
source 'https://rubygems.org'
|
||||
source "https://rubygems.org"
|
||||
|
||||
gemspec
|
||||
|
18
Gemfile.lock
18
Gemfile.lock
@ -13,11 +13,11 @@ PATH
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (4.1.1)
|
||||
i18n (~> 0.6, >= 0.6.9)
|
||||
activesupport (4.2.0)
|
||||
i18n (~> 0.7)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
minitest (~> 5.1)
|
||||
thread_safe (~> 0.1)
|
||||
thread_safe (~> 0.3, >= 0.3.4)
|
||||
tzinfo (~> 1.1)
|
||||
childprocess (0.5.3)
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
@ -31,16 +31,16 @@ GEM
|
||||
fssm (>= 0.2.7)
|
||||
sass (~> 3.2.19)
|
||||
daemons (1.1.9)
|
||||
eventmachine (1.0.3)
|
||||
eventmachine (1.0.4)
|
||||
execjs (2.1.0)
|
||||
ffi (1.9.3)
|
||||
fssm (0.2.10)
|
||||
hike (1.2.3)
|
||||
i18n (0.6.9)
|
||||
i18n (0.7.0)
|
||||
json (1.8.1)
|
||||
mail (2.6.0)
|
||||
mail (2.6.3)
|
||||
mime-types (>= 1.16, < 3)
|
||||
mime-types (2.3)
|
||||
mime-types (2.4.3)
|
||||
minitest (5.3.4)
|
||||
multi_json (1.10.1)
|
||||
rack (1.5.2)
|
||||
@ -73,14 +73,14 @@ GEM
|
||||
sprockets-sass (1.1.0)
|
||||
sprockets (~> 2.0)
|
||||
tilt (~> 1.1)
|
||||
sqlite3 (1.3.9)
|
||||
sqlite3 (1.3.10)
|
||||
thin (1.5.1)
|
||||
daemons (>= 1.0.9)
|
||||
eventmachine (>= 0.12.6)
|
||||
rack (>= 1.0.0)
|
||||
thread_safe (0.3.4)
|
||||
tilt (1.4.1)
|
||||
tzinfo (1.2.1)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (2.5.0)
|
||||
execjs (>= 0.3.0)
|
||||
|
Loading…
Reference in New Issue
Block a user