diff --git a/Gemfile.lock b/Gemfile.lock index 563d1b8..f98ce93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,8 @@ PATH remote: . specs: attachinary (1.3.1) - cloudinary (~> 1.1.0) + cloudinary (~> 1.1) + coffee-script rails (>= 3.2) GEM @@ -44,7 +45,7 @@ GEM thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.3.8) - arel (6.0.3) + arel (6.0.4) aws_cf_signer (0.1.3) bson (3.1.2) builder (3.2.2) @@ -68,8 +69,10 @@ GEM coffee-script-source execjs coffee-script-source (1.9.1.1) + concurrent-ruby (1.1.10) connection_pool (2.2.0) database_cleaner (1.4.1) + date (3.3.3) diff-lcs (1.2.5) domain_name (0.5.24) unf (>= 0.0.5, < 1.0.0) @@ -82,8 +85,8 @@ GEM railties (>= 3.0.0) ffi (1.9.10) formatador (0.2.5) - globalid (0.3.6) - activesupport (>= 4.1.0) + globalid (0.4.2) + activesupport (>= 4.2.0) guard (2.12.8) formatador (>= 0.2.4) listen (>= 2.7, <= 4.0) @@ -114,10 +117,14 @@ GEM loofah (2.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.9) - mail (2.6.3) - mime-types (>= 1.16, < 3) + mail (2.8.0.1) + mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp method_source (0.8.2) mime-types (2.6.1) + mini_mime (1.1.2) mini_portile (0.6.2) minitest (5.7.0) mongoid (4.0.2) @@ -130,6 +137,15 @@ GEM connection_pool (~> 2.0) optionable (~> 0.2.0) nenv (0.2.0) + net-imap (0.3.4) + date + net-protocol + net-pop (0.1.2) + net-protocol + net-protocol (0.2.1) + timeout + net-smtp (0.3.3) + net-protocol netrc (0.10.3) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) @@ -142,7 +158,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - rack (1.6.4) + rack (1.6.13) rack-test (0.6.3) rack (>= 1.0) rails (4.2.3) @@ -203,15 +219,17 @@ GEM actionpack (~> 4.0) activemodel (~> 4.0) slop (3.6.0) - sprockets (3.3.4) - rack (~> 1.0) - sprockets-rails (2.3.3) - actionpack (>= 3.0) - activesupport (>= 3.0) - sprockets (>= 2.8, < 4.0) + sprockets (4.1.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.2) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) sqlite3 (1.3.10) thor (0.19.1) thread_safe (0.3.5) + timeout (0.3.1) tzinfo (1.2.2) thread_safe (~> 0.1) unf (0.1.4)