diff options
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 221 |
1 files changed, 123 insertions, 98 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 34e0133..6350f67 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
| @@ -8,136 +8,157 @@ GIT | |||
| 8 | GEM | 8 | GEM |
| 9 | remote: https://rubygems.org/ | 9 | remote: https://rubygems.org/ |
| 10 | specs: | 10 | specs: |
| 11 | actionmailer (3.2.22.5) | 11 | actionmailer (4.2.11.3) |
| 12 | actionpack (= 3.2.22.5) | 12 | actionpack (= 4.2.11.3) |
| 13 | mail (~> 2.5.4) | 13 | actionview (= 4.2.11.3) |
| 14 | actionpack (3.2.22.5) | 14 | activejob (= 4.2.11.3) |
| 15 | activemodel (= 3.2.22.5) | 15 | mail (~> 2.5, >= 2.5.4) |
| 16 | activesupport (= 3.2.22.5) | 16 | rails-dom-testing (~> 1.0, >= 1.0.5) |
| 17 | builder (~> 3.0.0) | 17 | actionpack (4.2.11.3) |
| 18 | actionview (= 4.2.11.3) | ||
| 19 | activesupport (= 4.2.11.3) | ||
| 20 | rack (~> 1.6) | ||
| 21 | rack-test (~> 0.6.2) | ||
| 22 | rails-dom-testing (~> 1.0, >= 1.0.5) | ||
| 23 | rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
| 24 | actionview (4.2.11.3) | ||
| 25 | activesupport (= 4.2.11.3) | ||
| 26 | builder (~> 3.1) | ||
| 18 | erubis (~> 2.7.0) | 27 | erubis (~> 2.7.0) |
| 19 | journey (~> 1.0.4) | 28 | rails-dom-testing (~> 1.0, >= 1.0.5) |
| 20 | rack (~> 1.4.5) | 29 | rails-html-sanitizer (~> 1.0, >= 1.0.3) |
| 21 | rack-cache (~> 1.2) | 30 | activejob (4.2.11.3) |
| 22 | rack-test (~> 0.6.1) | 31 | activesupport (= 4.2.11.3) |
| 23 | sprockets (~> 2.2.1) | 32 | globalid (>= 0.3.0) |
| 24 | activemodel (3.2.22.5) | 33 | activemodel (4.2.11.3) |
| 25 | activesupport (= 3.2.22.5) | 34 | activesupport (= 4.2.11.3) |
| 26 | builder (~> 3.0.0) | 35 | builder (~> 3.1) |
| 27 | activerecord (3.2.22.5) | 36 | activerecord (4.2.11.3) |
| 28 | activemodel (= 3.2.22.5) | 37 | activemodel (= 4.2.11.3) |
| 29 | activesupport (= 3.2.22.5) | 38 | activesupport (= 4.2.11.3) |
| 30 | arel (~> 3.0.2) | 39 | arel (~> 6.0) |
| 31 | tzinfo (~> 0.3.29) | 40 | activesupport (4.2.11.3) |
| 32 | activeresource (3.2.22.5) | 41 | i18n (~> 0.7) |
| 33 | activemodel (= 3.2.22.5) | 42 | minitest (~> 5.1) |
| 34 | activesupport (= 3.2.22.5) | 43 | thread_safe (~> 0.3, >= 0.3.4) |
| 35 | activesupport (3.2.22.5) | 44 | tzinfo (~> 1.1) |
| 36 | i18n (~> 0.6, >= 0.6.4) | ||
| 37 | multi_json (~> 1.0) | ||
| 38 | acts-as-taggable-on (3.5.0) | 45 | acts-as-taggable-on (3.5.0) |
| 39 | activerecord (>= 3.2, < 5) | 46 | activerecord (>= 3.2, < 5) |
| 40 | acts_as_list (0.9.19) | 47 | acts_as_list (1.1.0) |
| 41 | activerecord (>= 3.0) | 48 | activerecord (>= 4.2) |
| 42 | arel (3.0.3) | 49 | arel (6.0.4) |
| 43 | awesome_nested_set (2.1.6) | 50 | awesome_nested_set (3.9.0) |
| 44 | activerecord (>= 3.0.0) | 51 | activerecord (>= 4.0.0, < 8.2) |
| 45 | builder (3.0.4) | 52 | builder (3.3.0) |
| 46 | climate_control (0.2.0) | 53 | climate_control (0.2.0) |
| 47 | cocaine (0.5.8) | 54 | cocaine (0.5.8) |
| 48 | climate_control (>= 0.0.3, < 1.0) | 55 | climate_control (>= 0.0.3, < 1.0) |
| 49 | coffee-rails (3.2.2) | 56 | coffee-rails (4.2.2) |
| 50 | coffee-script (>= 2.2.0) | 57 | coffee-script (>= 2.2.0) |
| 51 | railties (~> 3.2.0) | 58 | railties (>= 4.0.0) |
| 52 | coffee-script (2.4.1) | 59 | coffee-script (2.4.1) |
| 53 | coffee-script-source | 60 | coffee-script-source |
| 54 | execjs | 61 | execjs |
| 55 | coffee-script-source (1.12.2) | 62 | coffee-script-source (1.12.2) |
| 56 | concurrent-ruby (1.3.7) | 63 | concurrent-ruby (1.3.7) |
| 64 | crass (1.0.6) | ||
| 57 | erubis (2.7.0) | 65 | erubis (2.7.0) |
| 58 | exception_notification (4.1.1) | 66 | exception_notification (4.4.3) |
| 59 | actionmailer (>= 3.0.4) | 67 | actionmailer (>= 4.0, < 7) |
| 60 | activesupport (>= 3.0.4) | 68 | activesupport (>= 4.0, < 7) |
| 61 | execjs (2.9.0) | 69 | execjs (2.9.0) |
| 62 | ffi (1.15.5) | 70 | globalid (0.4.2) |
| 63 | globalize3 (0.3.1) | 71 | activesupport (>= 4.2.0) |
| 64 | activemodel (>= 3.0.0) | 72 | globalize (5.3.1) |
| 65 | activerecord (>= 3.0.0) | 73 | activemodel (>= 4.2, < 6.1) |
| 66 | paper_trail (~> 2) | 74 | activerecord (>= 4.2, < 6.1) |
| 75 | request_store (~> 1.0) | ||
| 67 | hike (1.2.3) | 76 | hike (1.2.3) |
| 68 | i18n (0.9.5) | 77 | i18n (0.9.5) |
| 69 | concurrent-ruby (~> 1.0) | 78 | concurrent-ruby (~> 1.0) |
| 70 | journey (1.0.4) | 79 | jquery-rails (4.6.1) |
| 71 | json (1.8.6) | 80 | rails-dom-testing (>= 1, < 3) |
| 81 | railties (>= 4.2.0) | ||
| 82 | thor (>= 0.14, < 2.0) | ||
| 72 | libxml-ruby (3.1.0) | 83 | libxml-ruby (3.1.0) |
| 73 | mail (2.5.5) | 84 | logger (1.5.3) |
| 74 | mime-types (~> 1.16) | 85 | loofah (2.20.0) |
| 75 | treetop (~> 1.4.8) | 86 | crass (~> 1.0.2) |
| 76 | mime-types (1.25.1) | 87 | nokogiri (>= 1.5.9) |
| 88 | mail (2.7.1) | ||
| 89 | mini_mime (>= 0.1.1) | ||
| 90 | mime-types (3.7.0) | ||
| 91 | logger | ||
| 92 | mime-types-data (~> 3.2025, >= 3.2025.0507) | ||
| 93 | mime-types-data (3.2026.0414) | ||
| 94 | mini_mime (1.1.2) | ||
| 95 | mini_portile2 (2.4.0) | ||
| 96 | minitest (5.15.0) | ||
| 77 | multi_json (1.15.0) | 97 | multi_json (1.15.0) |
| 78 | paper_trail (2.7.2) | 98 | nokogiri (1.10.10) |
| 79 | activerecord (~> 3.0) | 99 | mini_portile2 (~> 2.4.0) |
| 80 | railties (~> 3.0) | ||
| 81 | paperclip (3.5.4) | 100 | paperclip (3.5.4) |
| 82 | activemodel (>= 3.0.0) | 101 | activemodel (>= 3.0.0) |
| 83 | activesupport (>= 3.0.0) | 102 | activesupport (>= 3.0.0) |
| 84 | cocaine (~> 0.5.3) | 103 | cocaine (~> 0.5.3) |
| 85 | mime-types | 104 | mime-types |
| 86 | pg (0.17.1) | 105 | pg (0.17.1) |
| 87 | polyglot (0.3.5) | ||
| 88 | power_assert (3.0.1) | 106 | power_assert (3.0.1) |
| 89 | rack (1.4.7) | 107 | rack (1.6.13) |
| 90 | rack-cache (1.15.0) | ||
| 91 | rack (>= 0.4) | ||
| 92 | rack-ssl (1.3.4) | ||
| 93 | rack | ||
| 94 | rack-test (0.6.3) | 108 | rack-test (0.6.3) |
| 95 | rack (>= 1.0) | 109 | rack (>= 1.0) |
| 96 | rails (3.2.22.5) | 110 | rails (4.2.11.3) |
| 97 | actionmailer (= 3.2.22.5) | 111 | actionmailer (= 4.2.11.3) |
| 98 | actionpack (= 3.2.22.5) | 112 | actionpack (= 4.2.11.3) |
| 99 | activerecord (= 3.2.22.5) | 113 | actionview (= 4.2.11.3) |
| 100 | activeresource (= 3.2.22.5) | 114 | activejob (= 4.2.11.3) |
| 101 | activesupport (= 3.2.22.5) | 115 | activemodel (= 4.2.11.3) |
| 102 | bundler (~> 1.0) | 116 | activerecord (= 4.2.11.3) |
| 103 | railties (= 3.2.22.5) | 117 | activesupport (= 4.2.11.3) |
| 104 | railties (3.2.22.5) | 118 | bundler (>= 1.3.0, < 2.0) |
| 105 | actionpack (= 3.2.22.5) | 119 | railties (= 4.2.11.3) |
| 106 | activesupport (= 3.2.22.5) | 120 | sprockets-rails |
| 107 | rack-ssl (~> 1.3.2) | 121 | rails-deprecated_sanitizer (1.0.4) |
| 122 | activesupport (>= 4.2.0.alpha) | ||
| 123 | rails-dom-testing (1.0.9) | ||
| 124 | activesupport (>= 4.2.0, < 5.0) | ||
| 125 | nokogiri (~> 1.6) | ||
| 126 | rails-deprecated_sanitizer (>= 1.0.1) | ||
| 127 | rails-html-sanitizer (1.4.4) | ||
| 128 | loofah (~> 2.19, >= 2.19.1) | ||
| 129 | railties (4.2.11.3) | ||
| 130 | actionpack (= 4.2.11.3) | ||
| 131 | activesupport (= 4.2.11.3) | ||
| 108 | rake (>= 0.8.7) | 132 | rake (>= 0.8.7) |
| 109 | rdoc (~> 3.4) | 133 | thor (>= 0.18.1, < 2.0) |
| 110 | thor (>= 0.14.6, < 2.0) | ||
| 111 | rake (13.4.2) | 134 | rake (13.4.2) |
| 112 | rb-fsevent (0.11.2) | 135 | request_store (1.7.0) |
| 113 | rb-inotify (0.10.1) | 136 | rack (>= 1.4) |
| 114 | ffi (~> 1.0) | 137 | routing-filter (0.6.3) |
| 115 | rdoc (3.12.2) | 138 | actionpack (>= 4.2) |
| 116 | json (~> 1.4) | 139 | activesupport (>= 4.2) |
| 117 | routing-filter (0.4.0.1) | 140 | sass (3.2.19) |
| 118 | actionpack (< 4.2) | 141 | sass-rails (4.0.5) |
| 119 | sass (3.7.4) | 142 | railties (>= 4.0.0, < 5.0) |
| 120 | sass-listen (~> 4.0.0) | 143 | sass (~> 3.2.2) |
| 121 | sass-listen (4.0.0) | 144 | sprockets (~> 2.8, < 3.0) |
| 122 | rb-fsevent (~> 0.9, >= 0.9.4) | 145 | sprockets-rails (~> 2.0) |
| 123 | rb-inotify (~> 0.9, >= 0.9.7) | 146 | sprockets (2.12.5) |
| 124 | sass-rails (3.2.6) | ||
| 125 | railties (~> 3.2.0) | ||
| 126 | sass (>= 3.1.10) | ||
| 127 | tilt (~> 1.3) | ||
| 128 | sprockets (2.2.3) | ||
| 129 | hike (~> 1.2) | 147 | hike (~> 1.2) |
| 130 | multi_json (~> 1.0) | 148 | multi_json (~> 1.0) |
| 131 | rack (~> 1.0) | 149 | rack (~> 1.0) |
| 132 | tilt (~> 1.1, != 1.3.0) | 150 | tilt (~> 1.1, != 1.3.0) |
| 151 | sprockets-rails (2.3.3) | ||
| 152 | actionpack (>= 3.0) | ||
| 153 | activesupport (>= 3.0) | ||
| 154 | sprockets (>= 2.8, < 4.0) | ||
| 133 | test-unit (3.7.8) | 155 | test-unit (3.7.8) |
| 134 | power_assert | 156 | power_assert |
| 135 | thor (1.2.2) | 157 | thor (1.2.2) |
| 158 | thread_safe (0.3.6) | ||
| 136 | tilt (1.4.1) | 159 | tilt (1.4.1) |
| 137 | treetop (1.4.15) | 160 | tzinfo (1.2.11) |
| 138 | polyglot | 161 | thread_safe (~> 0.1) |
| 139 | polyglot (>= 0.3.1) | ||
| 140 | tzinfo (0.3.62) | ||
| 141 | uglifier (4.2.1) | 162 | uglifier (4.2.1) |
| 142 | execjs (>= 0.3.0, < 3) | 163 | execjs (>= 0.3.0, < 3) |
| 143 | unicorn (1.1.7) | 164 | unicorn (1.1.7) |
| @@ -150,17 +171,21 @@ PLATFORMS | |||
| 150 | DEPENDENCIES | 171 | DEPENDENCIES |
| 151 | acts-as-taggable-on (~> 3.5) | 172 | acts-as-taggable-on (~> 3.5) |
| 152 | acts_as_list | 173 | acts_as_list |
| 153 | awesome_nested_set (~> 2.1) | 174 | awesome_nested_set (~> 3.1) |
| 154 | chaos_calendar! | 175 | chaos_calendar! |
| 155 | coffee-rails (~> 3.2.1) | 176 | coffee-rails (~> 4.0) |
| 156 | exception_notification | 177 | exception_notification |
| 157 | globalize3 (~> 0.3.0) | 178 | globalize (~> 5.0) |
| 179 | jquery-rails | ||
| 158 | libxml-ruby | 180 | libxml-ruby |
| 181 | loofah (~> 2.20.0) | ||
| 182 | nokogiri (~> 1.10.10) | ||
| 159 | paperclip (~> 3.5) | 183 | paperclip (~> 3.5) |
| 160 | pg (~> 0.17.0) | 184 | pg (~> 0.17.0) |
| 161 | rails (= 3.2.22.5) | 185 | rails (= 4.2.11.3) |
| 162 | routing-filter (~> 0.3) | 186 | rails-html-sanitizer (~> 1.4.4) |
| 163 | sass-rails (~> 3.2.3) | 187 | routing-filter (~> 0.6) |
| 188 | sass-rails (~> 4.0) | ||
| 164 | test-unit (~> 3.5) | 189 | test-unit (~> 3.5) |
| 165 | uglifier (>= 1.0.3) | 190 | uglifier (>= 1.0.3) |
| 166 | unicorn (~> 1.1) | 191 | unicorn (~> 1.1) |
