diff options
author | nfoy <nfoy@purdue.edu> | 2014-04-22 17:28:53 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-04-22 17:28:53 -0400 |
commit | 0dcb7c84e27217f27d0c7d6cddf147bed0c37cc2 (patch) | |
tree | 402e4a9a490c238056bd00d2e03a87fd2f8b656c /Gemfile.lock | |
parent | 50155acae565a6afbca053263fd44e568a0bea85 (diff) | |
parent | 33725cbfe28125e0535f912cfaf2a44c99edfc31 (diff) |
Merge branch 'clean2'
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e0d013b..2fc2fe5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,6 +31,11 @@ GEM bootstrap-sass (3.1.1.0) sass (~> 3.2) builder (3.1.4) + carrierwave (0.10.0) + activemodel (>= 3.2.0) + activesupport (>= 3.2.0) + json (>= 1.7) + mime-types (>= 1.16) coffee-rails (4.0.1) coffee-script (>= 2.2.0) railties (>= 4.0.0, < 5.0) @@ -46,6 +51,8 @@ GEM delayed_job (>= 3.0, < 4.1) erubis (2.7.0) execjs (2.0.2) + foreigner (1.6.1) + activerecord (>= 3.0.0) hike (1.2.3) httparty (0.13.0) json (~> 1.8) @@ -62,6 +69,10 @@ GEM mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) + mailboxer (0.11.0) + carrierwave (>= 0.5.8) + foreigner (>= 0.9.1) + rails (> 3.0.0) mime-types (1.25.1) minitest (4.7.5) multi_json (1.9.2) @@ -137,6 +148,7 @@ DEPENDENCIES httparty jbuilder (~> 1.2) jquery-rails + mailboxer rails (= 4.0.2) sass-rails (~> 4.0.0) sdoc |