gitlab: 8.5.7 -> 8.5.12

+1294 -1295
+1 -1
pkgs/applications/version-management/gitlab/Gemfile
··· 1 1 source "https://rubygems.org" 2 2 3 - gem 'rails', '4.2.5.1' 3 + gem 'rails', '4.2.5.2' 4 4 gem 'rails-deprecated_sanitizer', '~> 1.0.3' 5 5 6 6 # Responders respond_to and respond_with
+31 -32
pkgs/applications/version-management/gitlab/Gemfile.lock
··· 4 4 CFPropertyList (2.3.2) 5 5 RedCloth (4.2.9) 6 6 ace-rails-ap (2.0.1) 7 - actionmailer (4.2.5.1) 8 - actionpack (= 4.2.5.1) 9 - actionview (= 4.2.5.1) 10 - activejob (= 4.2.5.1) 7 + actionmailer (4.2.5.2) 8 + actionpack (= 4.2.5.2) 9 + actionview (= 4.2.5.2) 10 + activejob (= 4.2.5.2) 11 11 mail (~> 2.5, >= 2.5.4) 12 12 rails-dom-testing (~> 1.0, >= 1.0.5) 13 - actionpack (4.2.5.1) 14 - actionview (= 4.2.5.1) 15 - activesupport (= 4.2.5.1) 13 + actionpack (4.2.5.2) 14 + actionview (= 4.2.5.2) 15 + activesupport (= 4.2.5.2) 16 16 rack (~> 1.6) 17 17 rack-test (~> 0.6.2) 18 18 rails-dom-testing (~> 1.0, >= 1.0.5) 19 19 rails-html-sanitizer (~> 1.0, >= 1.0.2) 20 - actionview (4.2.5.1) 21 - activesupport (= 4.2.5.1) 20 + actionview (4.2.5.2) 21 + activesupport (= 4.2.5.2) 22 22 builder (~> 3.1) 23 23 erubis (~> 2.7.0) 24 24 rails-dom-testing (~> 1.0, >= 1.0.5) 25 25 rails-html-sanitizer (~> 1.0, >= 1.0.2) 26 - activejob (4.2.5.1) 27 - activesupport (= 4.2.5.1) 26 + activejob (4.2.5.2) 27 + activesupport (= 4.2.5.2) 28 28 globalid (>= 0.3.0) 29 - activemodel (4.2.5.1) 30 - activesupport (= 4.2.5.1) 29 + activemodel (4.2.5.2) 30 + activesupport (= 4.2.5.2) 31 31 builder (~> 3.1) 32 - activerecord (4.2.5.1) 33 - activemodel (= 4.2.5.1) 34 - activesupport (= 4.2.5.1) 32 + activerecord (4.2.5.2) 33 + activemodel (= 4.2.5.2) 34 + activesupport (= 4.2.5.2) 35 35 arel (~> 6.0) 36 36 activerecord-deprecated_finders (1.0.4) 37 37 activerecord-nulldb-adapter (0.3.2) ··· 40 40 actionpack (>= 4.0.0, < 5) 41 41 activerecord (>= 4.0.0, < 5) 42 42 railties (>= 4.0.0, < 5) 43 - activesupport (4.2.5.1) 43 + activesupport (4.2.5.2) 44 44 i18n (~> 0.7) 45 45 json (~> 1.7, >= 1.7.7) 46 46 minitest (~> 5.1) ··· 588 588 rack 589 589 rack-test (0.6.3) 590 590 rack (>= 1.0) 591 - rails (4.2.5.1) 592 - actionmailer (= 4.2.5.1) 593 - actionpack (= 4.2.5.1) 594 - actionview (= 4.2.5.1) 595 - activejob (= 4.2.5.1) 596 - activemodel (= 4.2.5.1) 597 - activerecord (= 4.2.5.1) 598 - activesupport (= 4.2.5.1) 591 + rails (4.2.5.2) 592 + actionmailer (= 4.2.5.2) 593 + actionpack (= 4.2.5.2) 594 + actionview (= 4.2.5.2) 595 + activejob (= 4.2.5.2) 596 + activemodel (= 4.2.5.2) 597 + activerecord (= 4.2.5.2) 598 + activesupport (= 4.2.5.2) 599 599 bundler (>= 1.3.0, < 2.0) 600 - railties (= 4.2.5.1) 600 + railties (= 4.2.5.2) 601 601 sprockets-rails 602 602 rails-deprecated_sanitizer (1.0.3) 603 603 activesupport (>= 4.2.0.alpha) ··· 607 607 rails-deprecated_sanitizer (>= 1.0.1) 608 608 rails-html-sanitizer (1.0.3) 609 609 loofah (~> 2.0) 610 - railties (4.2.5.1) 611 - actionpack (= 4.2.5.1) 612 - activesupport (= 4.2.5.1) 610 + railties (4.2.5.2) 611 + actionpack (= 4.2.5.2) 612 + activesupport (= 4.2.5.2) 613 613 rake (>= 0.8.7) 614 614 thor (>= 0.18.1, < 2.0) 615 615 rainbow (2.0.0) ··· 963 963 mysql2 (~> 0.3.16) 964 964 nested_form (~> 0.3.2) 965 965 net-ssh (~> 3.0.1) 966 - nokogiri (~> 1.6.7, >= 1.6.7.2) 967 966 newrelic_rpm (~> 3.14) 967 + nokogiri (~> 1.6.7, >= 1.6.7.2) 968 968 nprogress-rails (~> 0.1.6.7) 969 969 oauth2 (~> 1.0.0) 970 970 octokit (~> 3.8.0) ··· 990 990 rack-attack (~> 4.3.1) 991 991 rack-cors (~> 0.4.0) 992 992 rack-oauth2 (~> 1.2.1) 993 - rails (= 4.2.5.1) 993 + rails (= 4.2.5.2) 994 994 rails-deprecated_sanitizer (~> 1.0.3) 995 995 raphael-rails (~> 2.1.2) 996 996 rblineprof ··· 1013 1013 seed-fu (~> 2.3.5) 1014 1014 select2-rails (~> 3.5.9) 1015 1015 sentry-raven (~> 0.15) 1016 - sentry-raven 1017 1016 settingslogic (~> 2.0.9) 1018 1017 sham_rack 1019 1018 shoulda-matchers (~> 2.8.0)
+2 -2
pkgs/applications/version-management/gitlab/default.nix
··· 24 24 25 25 stdenv.mkDerivation rec { 26 26 name = "gitlab-${version}"; 27 - version = "8.5.7"; 27 + version = "8.5.12"; 28 28 29 29 buildInputs = [ ruby bundler tzdata git nodejs procps ]; 30 30 ··· 32 32 owner = "gitlabhq"; 33 33 repo = "gitlabhq"; 34 34 rev = "v${version}"; 35 - sha256 = "0n76dafndhp0rwnnvf12zby9xap5fhcplld86pq2wyvqabg4s9yj"; 35 + sha256 = "144i97ywnr0xgm7gnwnwiy7kk5z1d71ccawl8qdhapz0705993l8"; 36 36 }; 37 37 38 38 patches = [
+1260 -1260
pkgs/applications/version-management/gitlab/gemset.nix
··· 1 1 { 2 - xpath = { 3 - dependencies = ["nokogiri"]; 2 + ace-rails-ap = { 4 3 source = { 5 4 remotes = ["https://rubygems.org"]; 6 - sha256 = "04kcr127l34p7221z13blyl0dvh0bmxwx326j72idayri36a394w"; 5 + sha256 = "082n12rkd9j7d89030nhmi4fx1gqaf13knps6cknsyvwix7fryvv"; 7 6 type = "gem"; 8 7 }; 9 - version = "2.0.0"; 8 + version = "2.0.1"; 10 9 }; 11 - xml-simple = { 10 + actionmailer = { 11 + dependencies = ["actionpack" "actionview" "activejob" "mail" "rails-dom-testing"]; 12 12 source = { 13 13 remotes = ["https://rubygems.org"]; 14 - sha256 = "0xlqplda3fix5pcykzsyzwgnbamb3qrqkgbrhhfz2a2fxhrkvhw8"; 14 + sha256 = "8cee5f2f1e58c8ada17cca696377443c0cbc9675df2b7eef97a04318876484b5"; 15 15 type = "gem"; 16 16 }; 17 - version = "1.1.5"; 17 + version = "4.2.5.2"; 18 18 }; 19 - wikicloth = { 20 - dependencies = ["builder" "expression_parser" "rinku"]; 19 + actionpack = { 20 + dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; 21 21 source = { 22 22 remotes = ["https://rubygems.org"]; 23 - sha256 = "1jp6c2yzyqbap8jdiw8yz6l08sradky1llhyhmrg934l1b5akj3s"; 23 + sha256 = "a22e1818f06b707433c9a76867932929751b5d57edbeacc258635a7b23da12cf"; 24 24 type = "gem"; 25 25 }; 26 - version = "0.8.1"; 26 + version = "4.2.5.2"; 27 27 }; 28 - websocket-extensions = { 28 + actionview = { 29 + dependencies = ["activesupport" "builder" "erubis" "rails-dom-testing" "rails-html-sanitizer"]; 29 30 source = { 30 31 remotes = ["https://rubygems.org"]; 31 - sha256 = "07qnsafl6203a2zclxl20hy4jq11c471cgvd0bj5r9fx1qqw06br"; 32 + sha256 = "e8ce01cf6cc822ec023a15a856a0fae0e078ebb232b95b722c23af4117d2d635"; 32 33 type = "gem"; 33 34 }; 34 - version = "0.1.2"; 35 + version = "4.2.5.2"; 35 36 }; 36 - websocket-driver = { 37 - dependencies = ["websocket-extensions"]; 37 + activejob = { 38 + dependencies = ["activesupport" "globalid"]; 38 39 source = { 39 40 remotes = ["https://rubygems.org"]; 40 - sha256 = "1v39w1ig6ps8g55xhz6x1w53apl17ii6kpy0jg9249akgpdvb0k9"; 41 + sha256 = "cecb9bbc55292dee064ca479990c6e50fa3e2273aac6722ce058d18c22383026"; 41 42 type = "gem"; 42 43 }; 43 - version = "0.6.3"; 44 + version = "4.2.5.2"; 44 45 }; 45 - webmock = { 46 - dependencies = ["addressable" "crack"]; 46 + activemodel = { 47 + dependencies = ["activesupport" "builder"]; 47 48 source = { 48 49 remotes = ["https://rubygems.org"]; 49 - sha256 = "1p7hqdxk5359xwp59pcx841fhbnqx01ra98rnwhdyz61nrc6piv3"; 50 + sha256 = "09ce967be3086b34ae9fcbd919e714b2bdf72b8ab6e89b64aa74627267d93962"; 50 51 type = "gem"; 51 52 }; 52 - version = "1.21.0"; 53 + version = "4.2.5.2"; 53 54 }; 54 - web-console = { 55 - dependencies = ["activemodel" "binding_of_caller" "railties" "sprockets-rails"]; 55 + activerecord = { 56 + dependencies = ["activemodel" "activesupport" "arel"]; 56 57 source = { 57 58 remotes = ["https://rubygems.org"]; 58 - sha256 = "13rwps8m76j45iqhggm810j78i8bg4nqzgi8k7amxplik2zm5blf"; 59 + sha256 = "c2b1b6a4c6b8542c2464b457dce4cac4915efcbd3d5acfba57102e58474c33f2"; 59 60 type = "gem"; 60 61 }; 61 - version = "2.2.1"; 62 + version = "4.2.5.2"; 62 63 }; 63 - warden = { 64 - dependencies = ["rack"]; 64 + activerecord-deprecated_finders = { 65 65 source = { 66 66 remotes = ["https://rubygems.org"]; 67 - sha256 = "1iyxw1ms3930dh7vcrfyi4ifpdbkfsr8k7fzjryva0r7k3c71gb7"; 67 + sha256 = "03xplckz7v3nm6inqkwdd44h6gpbpql0v02jc1rz46a38rd6cj6m"; 68 68 type = "gem"; 69 69 }; 70 - version = "1.2.4"; 70 + version = "1.0.4"; 71 71 }; 72 - virtus = { 73 - dependencies = ["axiom-types" "coercible" "descendants_tracker" "equalizer"]; 72 + activerecord-nulldb-adapter = { 74 73 source = { 75 74 remotes = ["https://rubygems.org"]; 76 - sha256 = "06iphwi3c4f7y9i2rvhvaizfswqbaflilziz4dxqngrdysgkn1fk"; 75 + sha256 = "1ym3paxp5lqr2kr4hkqj6xxqvgl57fv8jqhvgjfxb9lk7k5jlfmp"; 77 76 type = "gem"; 78 77 }; 79 - version = "1.0.5"; 78 + version = "0.3.2"; 80 79 }; 81 - version_sorter = { 80 + activerecord-session_store = { 81 + dependencies = ["actionpack" "activerecord" "railties"]; 82 82 source = { 83 83 remotes = ["https://rubygems.org"]; 84 - sha256 = "1lad9c43w2xfzmva57ia6glpmhyivyk1m79jli42canshvan5v6y"; 84 + sha256 = "1rp5q0q5i5syfgw7qpiq3a42x13p7myyv1c5hmnczpdlh57axs3p"; 85 85 type = "gem"; 86 86 }; 87 - version = "2.0.0"; 87 + version = "0.1.2"; 88 88 }; 89 - uuid = { 90 - dependencies = ["macaddr"]; 89 + activesupport = { 90 + dependencies = ["i18n" "json" "minitest" "thread_safe" "tzinfo"]; 91 91 source = { 92 92 remotes = ["https://rubygems.org"]; 93 - sha256 = "0gr2mxg27l380wpiy66mgv9wq02myj6m4gmp6c4g1vsbzkh0213v"; 93 + sha256 = "80ad345adf7e2b72c5d90753c0df91eacc34f4de02b34cfbf60bcf6c83483031"; 94 94 type = "gem"; 95 95 }; 96 - version = "2.3.8"; 96 + version = "4.2.5.2"; 97 97 }; 98 - uniform_notifier = { 98 + acts-as-taggable-on = { 99 + dependencies = ["activerecord"]; 99 100 source = { 100 101 remotes = ["https://rubygems.org"]; 101 - sha256 = "009z60qx01am7klmrca8pcladrynljra3a9smifn9f81r4dc7q63"; 102 + sha256 = "0bz0z8dlp3fjzah9y9b6rr9mkidsav9l4hdm51fnq1gd05yv3pr7"; 102 103 type = "gem"; 103 104 }; 104 - version = "1.9.0"; 105 + version = "3.5.0"; 105 106 }; 106 - unicorn-worker-killer = { 107 - dependencies = ["get_process_mem" "unicorn"]; 107 + addressable = { 108 108 source = { 109 109 remotes = ["https://rubygems.org"]; 110 - sha256 = "0rrdxpwdsapx47axjin8ymxb4f685qlpx8a26bql4ay1559c3gva"; 110 + sha256 = "1533axm85gpz267km9gnfarf9c78g2scrysd6b8yw33vmhkz2km6"; 111 111 type = "gem"; 112 112 }; 113 - version = "0.4.4"; 113 + version = "2.3.8"; 114 114 }; 115 - unicorn = { 116 - dependencies = ["kgio" "rack" "raindrops"]; 115 + after_commit_queue = { 116 + dependencies = ["activerecord"]; 117 117 source = { 118 118 remotes = ["https://rubygems.org"]; 119 - sha256 = "1kpg2vikx2hxdyrl45bqcr89a0w59hfw7yn7xh87bmlczi34xds4"; 119 + sha256 = "1jrhvj4335dsrj0xndbf7a7m2inbwbx1knc0bwgvmkk1w47l43s0"; 120 120 type = "gem"; 121 121 }; 122 - version = "4.8.3"; 122 + version = "1.3.0"; 123 123 }; 124 - unf_ext = { 124 + akismet = { 125 125 source = { 126 126 remotes = ["https://rubygems.org"]; 127 - sha256 = "0ly2ms6c3irmbr1575ldyh52bz2v0lzzr2gagf0p526k12ld2n5b"; 127 + sha256 = "0hqpn25iyypkwkrqaibjm5nss5jmlkrddhia7frmz94prvyjr02w"; 128 128 type = "gem"; 129 129 }; 130 - version = "0.0.7.1"; 130 + version = "2.0.0"; 131 131 }; 132 - unf = { 133 - dependencies = ["unf_ext"]; 132 + allocations = { 134 133 source = { 135 134 remotes = ["https://rubygems.org"]; 136 - sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9"; 135 + sha256 = "0iynf7gkbnbr5mgl2wgbgvxmjdiawh7ywwbnyjm94bj3pkybzgkc"; 137 136 type = "gem"; 138 137 }; 139 - version = "0.1.4"; 138 + version = "1.0.4"; 140 139 }; 141 - underscore-rails = { 140 + annotate = { 141 + dependencies = ["activerecord" "rake"]; 142 142 source = { 143 143 remotes = ["https://rubygems.org"]; 144 - sha256 = "0iyspb7s49wpi9cc314gvlkyn45iyfivzxhdw0kql1zrgllhlzfk"; 144 + sha256 = "1wdw9phsv2dndgid3pd8h0hl4zycwy11jc9iz6prwza0xax0i7hg"; 145 145 type = "gem"; 146 146 }; 147 - version = "1.8.3"; 147 + version = "2.6.10"; 148 148 }; 149 - uglifier = { 150 - dependencies = ["execjs" "json"]; 149 + arel = { 151 150 source = { 152 151 remotes = ["https://rubygems.org"]; 153 - sha256 = "0mzs64z3m1b98rh6ssxpqfz9sc87f6ml6906b0m57vydzfgrh1cz"; 152 + sha256 = "1a270mlajhrmpqbhxcqjqypnvgrq4pgixpv3w9gwp1wrrapnwrzk"; 154 153 type = "gem"; 155 154 }; 156 - version = "2.7.2"; 155 + version = "6.0.3"; 157 156 }; 158 - tzinfo = { 159 - dependencies = ["thread_safe"]; 157 + asana = { 158 + dependencies = ["faraday" "faraday_middleware" "faraday_middleware-multi_json" "oauth2"]; 160 159 source = { 161 160 remotes = ["https://rubygems.org"]; 162 - sha256 = "1c01p3kg6xvy1cgjnzdfq45fggbwish8krd0h864jvbpybyx7cgx"; 161 + sha256 = "1560p13g57pl4xqkmhwn1vpqhm7mw9fwmmswk38k3i2r7g0b5y9z"; 163 162 type = "gem"; 164 163 }; 165 - version = "1.2.2"; 164 + version = "0.4.0"; 166 165 }; 167 - twitter-stream = { 168 - dependencies = ["eventmachine" "http_parser.rb" "simple_oauth"]; 166 + asciidoctor = { 169 167 source = { 170 168 remotes = ["https://rubygems.org"]; 171 - sha256 = "0is81g3xvnjk64sqiaqlh2ziwfryzwvk1yvaniryg0zhppgsyriq"; 169 + sha256 = "0q9yhan2mkk1lh15zcfd9g2fn6faix9yrf5skg23dp1y77jv7vm0"; 172 170 type = "gem"; 173 171 }; 174 - version = "0.1.16"; 172 + version = "1.5.3"; 175 173 }; 176 - turbolinks = { 177 - dependencies = ["coffee-rails"]; 174 + ast = { 178 175 source = { 179 176 remotes = ["https://rubygems.org"]; 180 - sha256 = "1ddrx25vvvqxlz4h59lrmjhc2bfwxf4bpicvyhgbpjd48ckj81jn"; 177 + sha256 = "102bywfxrv0w3n4s6lg25d7xxshd344sc7ijslqmganj5bany1pk"; 181 178 type = "gem"; 182 179 }; 183 - version = "2.5.3"; 180 + version = "2.1.0"; 184 181 }; 185 - tins = { 182 + astrolabe = { 183 + dependencies = ["parser"]; 186 184 source = { 187 185 remotes = ["https://rubygems.org"]; 188 - sha256 = "02qarvy17nbwvslfgqam8y6y7479cwmb1a6di9z18hzka4cf90hz"; 186 + sha256 = "0ybbmjxaf529vvhrj4y8d4jpf87f3hgczydzywyg1d04gggjx7l7"; 189 187 type = "gem"; 190 188 }; 191 - version = "1.6.0"; 189 + version = "1.3.1"; 192 190 }; 193 - tinder = { 194 - dependencies = ["eventmachine" "faraday" "faraday_middleware" "hashie" "json" "mime-types" "multi_json" "twitter-stream"]; 191 + attr_encrypted = { 192 + dependencies = ["encryptor"]; 195 193 source = { 196 194 remotes = ["https://rubygems.org"]; 197 - sha256 = "1kwj0wd540wb2ws86d3jdva175dx00w2j8lyrvbb6qli3g27byd7"; 195 + sha256 = "1hm2844qm37kflqq5v0x2irwasbhcblhp40qk10m3wlkj4m9wp8p"; 198 196 type = "gem"; 199 197 }; 200 - version = "1.10.1"; 198 + version = "1.3.4"; 201 199 }; 202 - timfel-krb5-auth = { 200 + attr_required = { 203 201 source = { 204 202 remotes = ["https://rubygems.org"]; 205 - sha256 = "105vajc0jkqgcx1wbp0ad262sdry4l1irk7jpaawv8vzfjfqqf5b"; 203 + sha256 = "0pawa2i7gw9ppj6fq6y288da1ncjpzsmc6kx7z63mjjvypa5q3dc"; 206 204 type = "gem"; 207 205 }; 208 - version = "0.8.3"; 206 + version = "1.0.0"; 209 207 }; 210 - tilt = { 208 + autoprefixer-rails = { 209 + dependencies = ["execjs" "json"]; 211 210 source = { 212 211 remotes = ["https://rubygems.org"]; 213 - sha256 = "00sr3yy7sbqaq7cb2d2kpycajxqf1b1wr1yy33z4bnzmqii0b0ir"; 212 + sha256 = "0m1w42ncz0p48r5hbyglayxkzrnplw18r99dc1ia2cb3nizkwllx"; 214 213 type = "gem"; 215 214 }; 216 - version = "1.4.1"; 215 + version = "6.2.3"; 217 216 }; 218 - thread_safe = { 217 + awesome_print = { 219 218 source = { 220 219 remotes = ["https://rubygems.org"]; 221 - sha256 = "1hq46wqsyylx5afkp6jmcihdpv4ynzzq9ygb6z2pb1cbz5js0gcr"; 220 + sha256 = "1k85hckprq0s9pakgadf42k1d5s07q23m3y6cs977i6xmwdivyzr"; 222 221 type = "gem"; 223 222 }; 224 - version = "0.3.5"; 223 + version = "1.2.0"; 225 224 }; 226 - thor = { 225 + axiom-types = { 226 + dependencies = ["descendants_tracker" "ice_nine" "thread_safe"]; 227 227 source = { 228 228 remotes = ["https://rubygems.org"]; 229 - sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z"; 229 + sha256 = "10q3k04pll041mkgy0m5fn2b1lazm6ly1drdbcczl5p57lzi3zy1"; 230 230 type = "gem"; 231 231 }; 232 - version = "0.19.1"; 232 + version = "0.1.1"; 233 233 }; 234 - thin = { 235 - dependencies = ["daemons" "eventmachine" "rack"]; 234 + babosa = { 236 235 source = { 237 236 remotes = ["https://rubygems.org"]; 238 - sha256 = "1pyc602sa8fqwjyssn9yvf3fqrr14jk7hj9hsjlan1mq4zvim1lf"; 237 + sha256 = "05rgxg4pz4bc4xk34w5grv0yp1j94wf571w84lf3xgqcbs42ip2f"; 239 238 type = "gem"; 240 239 }; 241 - version = "1.6.4"; 240 + version = "1.0.2"; 242 241 }; 243 - test_after_commit = { 244 - dependencies = ["activerecord"]; 242 + bcrypt = { 245 243 source = { 246 244 remotes = ["https://rubygems.org"]; 247 - sha256 = "1fzg8qan6f0n0ynr594bld2k0rwwxj99yzhiga2f3pkj9ina1abb"; 245 + sha256 = "15cf7zzlj9b0xcx12jf8fmnpc8g1b0yhxal1yr5p7ny3mrz5pll6"; 248 246 type = "gem"; 249 247 }; 250 - version = "0.4.2"; 248 + version = "3.1.10"; 251 249 }; 252 - terminal-table = { 250 + benchmark-ips = { 253 251 source = { 254 252 remotes = ["https://rubygems.org"]; 255 - sha256 = "1s6qyj9ir1agbbi32li9c0c34dcl0klyxqif6mxy0dbvq7kqfp8f"; 253 + sha256 = "0bh681m54qdsdyvpvflj1wpnj3ybspbpjkr4cnlrl4nk4yikli0j"; 256 254 type = "gem"; 257 255 }; 258 - version = "1.5.2"; 256 + version = "2.3.0"; 259 257 }; 260 - term-ansicolor = { 261 - dependencies = ["tins"]; 258 + better_errors = { 259 + dependencies = ["coderay" "erubis"]; 262 260 source = { 263 261 remotes = ["https://rubygems.org"]; 264 - sha256 = "0ydbbyjmk5p7fsi55ffnkq79jnfqx65c3nj8d9rpgl6sw85ahyys"; 262 + sha256 = "0v0q8bdkqqlcsfqbk4wvc3qnz8an44mgz720v5f11a4nr413mjgf"; 265 263 type = "gem"; 266 264 }; 267 - version = "1.3.2"; 265 + version = "1.0.1"; 268 266 }; 269 - temple = { 267 + binding_of_caller = { 268 + dependencies = ["debug_inspector"]; 270 269 source = { 271 270 remotes = ["https://rubygems.org"]; 272 - sha256 = "0ysraljv7lkb04z5vdyrkijab7j1jzj1mgz4bj82744dp7d0rhb0"; 271 + sha256 = "15jg6dkaq2nzcd602d7ppqbdxw3aji961942w93crs6qw4n6h9yk"; 273 272 type = "gem"; 274 273 }; 275 - version = "0.7.6"; 274 + version = "0.7.2"; 276 275 }; 277 - teaspoon-jasmine = { 278 - dependencies = ["teaspoon"]; 276 + bootstrap-sass = { 277 + dependencies = ["autoprefixer-rails" "sass"]; 279 278 source = { 280 279 remotes = ["https://rubygems.org"]; 281 - sha256 = "00wygrv1jm4aj15p1ab9d5fdrj6y83kv26xgp52mx4lp78h2ms9q"; 280 + sha256 = "12hhw42hk9clwfj6yz5v0c5p35wrn5yjnji7bnzsfs99vi2q00ld"; 282 281 type = "gem"; 283 282 }; 284 - version = "2.2.0"; 283 + version = "3.3.6"; 285 284 }; 286 - teaspoon = { 287 - dependencies = ["railties"]; 285 + brakeman = { 286 + dependencies = ["erubis" "fastercsv" "haml" "highline" "multi_json" "ruby2ruby" "ruby_parser" "safe_yaml" "sass" "slim" "terminal-table"]; 288 287 source = { 289 288 remotes = ["https://rubygems.org"]; 290 - sha256 = "0cprz18vgf0jgcggcxf4pwx8jcwbiyj1p0dnck5aavlvaxaic58s"; 289 + sha256 = "15v13yizpvp1rm86raqggmsmm51v6p8fqw3pfgi6xpvx1ba06cfm"; 291 290 type = "gem"; 292 291 }; 293 - version = "1.0.2"; 292 + version = "3.1.4"; 294 293 }; 295 - task_list = { 296 - dependencies = ["html-pipeline"]; 294 + browser = { 297 295 source = { 298 296 remotes = ["https://rubygems.org"]; 299 - sha256 = "1iv1fizb04463c4mp4gxd8v0414fhvmiwvwvjby5b9qq79d8zwab"; 297 + sha256 = "01bkb64w2ld2q5r3chc4f6spbjrmginyg8wlzg130zmx2z4jia2h"; 300 298 type = "gem"; 301 299 }; 302 - version = "1.0.2"; 300 + version = "1.0.1"; 303 301 }; 304 - systemu = { 302 + builder = { 305 303 source = { 306 304 remotes = ["https://rubygems.org"]; 307 - sha256 = "0gmkbakhfci5wnmbfx5i54f25j9zsvbw858yg3jjhfs5n4ad1xq1"; 305 + sha256 = "14fii7ab8qszrvsvhz6z2z3i4dw0h41a62fjr2h1j8m41vbrmyv2"; 308 306 type = "gem"; 309 307 }; 310 - version = "2.6.5"; 308 + version = "3.2.2"; 311 309 }; 312 - stringex = { 310 + bullet = { 311 + dependencies = ["activesupport" "uniform_notifier"]; 313 312 source = { 314 313 remotes = ["https://rubygems.org"]; 315 - sha256 = "150adm7rfh6r9b5ra6vk75mswf9m3wwyslcf8f235a08m29fxa17"; 314 + sha256 = "1h3iaflcz5a1xr32bdb8sk4nx06yhh5d8y7w294w49xigfv4hzj3"; 316 315 type = "gem"; 317 316 }; 318 - version = "2.5.2"; 317 + version = "4.14.10"; 319 318 }; 320 - state_machines-activerecord = { 321 - dependencies = ["activerecord" "state_machines-activemodel"]; 319 + bundler-audit = { 320 + dependencies = ["thor"]; 322 321 source = { 323 322 remotes = ["https://rubygems.org"]; 324 - sha256 = "10dplkn4cm49xby8s0sn7wxww4hnxi4dgikfsmhp1rbsa24d76vx"; 323 + sha256 = "0msv3k2277y7al5lbnw7q9lmb5fnrscpkmsb36wpn189pdq0akfv"; 325 324 type = "gem"; 326 325 }; 327 - version = "0.3.0"; 326 + version = "0.4.0"; 328 327 }; 329 - state_machines-activemodel = { 330 - dependencies = ["activemodel" "state_machines"]; 328 + byebug = { 331 329 source = { 332 330 remotes = ["https://rubygems.org"]; 333 - sha256 = "1bshcm53v2vfpapvhws1h0dq1h4f3p6bvpdkjpydb52a3m0w2z0y"; 331 + sha256 = "1yx89b7vh5mbvxyi8n7zl25ia1bqdj71995m4daj6d41rnkmrpnc"; 334 332 type = "gem"; 335 333 }; 336 - version = "0.3.0"; 334 + version = "8.2.1"; 337 335 }; 338 - state_machines = { 336 + cal-heatmap-rails = { 339 337 source = { 340 338 remotes = ["https://rubygems.org"]; 341 - sha256 = "1xg84kdglz0k1pshf2q604zybjpribzcz2b651sc1j27kd86w787"; 339 + sha256 = "0lrmcyj3iixkprqi9fb9vcn97wpp779sl5hxxgx57r3rb7l4d20w"; 342 340 type = "gem"; 343 341 }; 344 - version = "0.4.0"; 342 + version = "3.5.1"; 345 343 }; 346 - sprockets-rails = { 347 - dependencies = ["actionpack" "activesupport" "sprockets"]; 344 + capybara = { 345 + dependencies = ["mime-types" "nokogiri" "rack" "rack-test" "xpath"]; 348 346 source = { 349 347 remotes = ["https://rubygems.org"]; 350 - sha256 = "1vsl6ryxdjpp97nl4ghhk1v6p50zh3sx9qv81bhmlffc234r91wn"; 348 + sha256 = "114k4xi4nfbp3jfbxgwa3fksbwsyibx74gbdqpcgg3dxpmzkaa4f"; 351 349 type = "gem"; 352 350 }; 353 - version = "2.3.3"; 351 + version = "2.4.4"; 354 352 }; 355 - sprockets = { 356 - dependencies = ["hike" "multi_json" "rack" "tilt"]; 353 + capybara-screenshot = { 354 + dependencies = ["capybara" "launchy"]; 357 355 source = { 358 356 remotes = ["https://rubygems.org"]; 359 - sha256 = "15818683yz27w4hgywccf27n91azy9a4nmb5qkklzb08k8jw9gp3"; 357 + sha256 = "17v1wihr3aqrxhrwswkdpdklj1xsfcaksblh1y8hixvm9bqfyz3y"; 360 358 type = "gem"; 361 359 }; 362 - version = "2.12.4"; 360 + version = "1.0.11"; 363 361 }; 364 - spring-commands-teaspoon = { 365 - dependencies = ["spring"]; 362 + carrierwave = { 363 + dependencies = ["activemodel" "activesupport" "json"]; 366 364 source = { 367 365 remotes = ["https://rubygems.org"]; 368 - sha256 = "1g7n4m2s9d0frh7y1xibzpphqajfnx4fvgfc66nh545dd91w2nqz"; 366 + sha256 = "1b1av1ancby6brhmypl5k8xwrasd8bd3kqp9ri8kbq7z8nj6k445"; 369 367 type = "gem"; 370 368 }; 371 - version = "0.0.2"; 369 + version = "0.9.0"; 372 370 }; 373 - spring-commands-spinach = { 374 - dependencies = ["spring"]; 371 + cause = { 375 372 source = { 376 373 remotes = ["https://rubygems.org"]; 377 - sha256 = "138jardqyj96wz68njdgy55qjbpl2d0g8bxbkz97ndaz3c2bykv9"; 374 + sha256 = "0digirxqlwdg79mkbn70yc7i9i1qnclm2wjbrc47kqv6236bpj00"; 378 375 type = "gem"; 379 376 }; 380 - version = "1.0.0"; 377 + version = "0.1"; 381 378 }; 382 - spring-commands-rspec = { 383 - dependencies = ["spring"]; 379 + CFPropertyList = { 384 380 source = { 385 381 remotes = ["https://rubygems.org"]; 386 - sha256 = "0b0svpq3md1pjz5drpa5pxwg8nk48wrshq8lckim4x3nli7ya0k2"; 382 + sha256 = "0mjb46368z4hiax3fcsgxk14fxrhwnvcmakc2f5sx8nz0wvvkwg2"; 387 383 type = "gem"; 388 384 }; 389 - version = "1.0.4"; 385 + version = "2.3.2"; 390 386 }; 391 - spring = { 387 + charlock_holmes = { 392 388 source = { 393 389 remotes = ["https://rubygems.org"]; 394 - sha256 = "0xvz2x6nvza5i53p7mddnf11j2wshqmbaphi6ngd6nar8v35y0k1"; 390 + sha256 = "0jsl6k27wjmssxbwv9wpf7hgp9r0nvizcf6qpjnr7qs2nia53lf7"; 395 391 type = "gem"; 396 392 }; 397 - version = "1.3.6"; 393 + version = "0.7.3"; 398 394 }; 399 - spinach-rails = { 400 - dependencies = ["capybara" "railties" "spinach"]; 395 + chunky_png = { 401 396 source = { 402 397 remotes = ["https://rubygems.org"]; 403 - sha256 = "1nfacfylkncfgi59g2wga6m4nzdcjqb8s50cax4nbx362ap4bl70"; 398 + sha256 = "0vf0axgrm95bs3y0x5gdb76xawfh210yxplj7jbwr6z7n88i1axn"; 404 399 type = "gem"; 405 400 }; 406 - version = "0.2.1"; 401 + version = "1.3.5"; 407 402 }; 408 - spinach = { 409 - dependencies = ["colorize" "gherkin-ruby" "json"]; 403 + cliver = { 410 404 source = { 411 405 remotes = ["https://rubygems.org"]; 412 - sha256 = "0phfjs4iw2iqxdaljzwk6qxmi2x86pl3hirmpgw2pgfx76wfx688"; 406 + sha256 = "096f4rj7virwvqxhkavy0v55rax10r4jqf8cymbvn4n631948xc7"; 413 407 type = "gem"; 414 408 }; 415 - version = "0.8.10"; 409 + version = "0.3.2"; 416 410 }; 417 - slop = { 411 + coderay = { 418 412 source = { 419 413 remotes = ["https://rubygems.org"]; 420 - sha256 = "00w8g3j7k7kl8ri2cf1m58ckxk8rn350gp4chfscmgv6pq1spk3n"; 414 + sha256 = "059wkzlap2jlkhg460pkwc1ay4v4clsmg1bp4vfzjzkgwdckr52s"; 421 415 type = "gem"; 422 416 }; 423 - version = "3.6.0"; 417 + version = "1.1.0"; 424 418 }; 425 - slim = { 426 - dependencies = ["temple" "tilt"]; 419 + coercible = { 420 + dependencies = ["descendants_tracker"]; 427 421 source = { 428 422 remotes = ["https://rubygems.org"]; 429 - sha256 = "1szs71hh0msm5gj6qbcxw44m3hqnwybx4yh02scwixnwg576058k"; 423 + sha256 = "1p5azydlsz0nkxmcq0i1gzmcfq02lgxc4as7wmf47j1c6ljav0ah"; 430 424 type = "gem"; 431 425 }; 432 - version = "3.0.6"; 426 + version = "1.0.0"; 433 427 }; 434 - slack-notifier = { 428 + coffee-rails = { 429 + dependencies = ["coffee-script" "railties"]; 435 430 source = { 436 431 remotes = ["https://rubygems.org"]; 437 - sha256 = "08z6fv186yw1nrpl6zwp3lwqksin145aa1jv6jf00bnv3sicliiz"; 432 + sha256 = "0p3zhs44gsy1p90nmghihzfyl7bsk8kv6j3q7rj3bn74wg8w7nqs"; 438 433 type = "gem"; 439 434 }; 440 - version = "1.2.1"; 435 + version = "4.1.0"; 441 436 }; 442 - six = { 437 + coffee-script = { 438 + dependencies = ["coffee-script-source" "execjs"]; 443 439 source = { 444 440 remotes = ["https://rubygems.org"]; 445 - sha256 = "1bhapiyjh5r5qjpclfw8i65plvy6k2q4azr5xir63xqglr53viw3"; 441 + sha256 = "0rc7scyk7mnpfxqv5yy4y5q1hx3i7q3ahplcp4bq2g5r24g2izl2"; 446 442 type = "gem"; 447 443 }; 448 - version = "0.2.0"; 444 + version = "2.4.1"; 449 445 }; 450 - sinatra = { 451 - dependencies = ["rack" "rack-protection" "tilt"]; 446 + coffee-script-source = { 452 447 source = { 453 448 remotes = ["https://rubygems.org"]; 454 - sha256 = "1hhmwqc81ram7lfwwziv0z70jh92sj1m7h7s9fr0cn2xq8mmn8l7"; 449 + sha256 = "1k4fg39rrkl3bpgchfj94fbl9s4ysaz16w8dkqncf2vyf79l3qz0"; 455 450 type = "gem"; 456 451 }; 457 - version = "1.4.6"; 452 + version = "1.10.0"; 458 453 }; 459 - simplecov-html = { 454 + colorize = { 460 455 source = { 461 456 remotes = ["https://rubygems.org"]; 462 - sha256 = "1qni8g0xxglkx25w54qcfbi4wjkpvmb28cb7rj5zk3iqynjcdrqf"; 457 + sha256 = "16bsjcqb6pg3k94dh1l5g3hhx5g2g4g8rlr76dnc78yyzjjrbayn"; 463 458 type = "gem"; 464 459 }; 465 - version = "0.10.0"; 460 + version = "0.7.7"; 466 461 }; 467 - simplecov = { 468 - dependencies = ["docile" "json" "simplecov-html"]; 462 + concurrent-ruby = { 469 463 source = { 470 464 remotes = ["https://rubygems.org"]; 471 - sha256 = "1q2iq2vgrdvvla5y907gkmqx6ry2qvnvc7a90hlcbwgp1w0sv6z4"; 465 + sha256 = "0qqdgcfkzv90nznrpsvg3cgg5xiqz4c8hnv7va5gm4fp4lf4k85v"; 472 466 type = "gem"; 473 467 }; 474 - version = "0.10.0"; 468 + version = "1.0.0"; 475 469 }; 476 - simple_oauth = { 470 + connection_pool = { 477 471 source = { 478 472 remotes = ["https://rubygems.org"]; 479 - sha256 = "0bb06p88xsdw4fxll1ikv5i5k58sl6y323ss0wp1hqjm3xw1jgvj"; 473 + sha256 = "1b2bb3k39ni5mzcnqlv9y4yjkbin20s7dkwzp0jw2jf1rmzcgrmy"; 480 474 type = "gem"; 481 475 }; 482 - version = "0.1.9"; 476 + version = "2.2.0"; 483 477 }; 484 - sidekiq-cron = { 485 - dependencies = ["redis-namespace" "rufus-scheduler" "sidekiq"]; 478 + coveralls = { 479 + dependencies = ["json" "rest-client" "simplecov" "term-ansicolor" "thor" "tins"]; 486 480 source = { 487 481 remotes = ["https://rubygems.org"]; 488 - sha256 = "0xnbvh8kjv6954vsiwfcpp7bn8sgpwvnyapnq7b94w8h7kj3ykqy"; 482 + sha256 = "03vnvcw1fdmkp3405blcxpsjf89jxd2061474a32fchsmv2das9y"; 489 483 type = "gem"; 490 484 }; 491 - version = "0.4.0"; 485 + version = "0.8.9"; 492 486 }; 493 - sidekiq = { 494 - dependencies = ["concurrent-ruby" "connection_pool" "json" "redis"]; 487 + crack = { 488 + dependencies = ["safe_yaml"]; 495 489 source = { 496 490 remotes = ["https://rubygems.org"]; 497 - sha256 = "1x7jfc2va0x6fcfffdf0wdiyk4krjw8053jzwffa63wkqr5jvg3y"; 491 + sha256 = "0abb0fvgw00akyik1zxnq7yv391va148151qxdghnzngv66bl62k"; 498 492 type = "gem"; 499 493 }; 500 - version = "4.0.1"; 494 + version = "0.4.3"; 501 495 }; 502 - shoulda-matchers = { 503 - dependencies = ["activesupport"]; 496 + creole = { 504 497 source = { 505 498 remotes = ["https://rubygems.org"]; 506 - sha256 = "0d3ryqcsk1n9y35bx5wxnqbgw4m8b3c79isazdjnnbg8crdp72d0"; 499 + sha256 = "00rcscz16idp6dx0dk5yi5i0fz593i3r6anbn5bg2q07v3i025wm"; 507 500 type = "gem"; 508 501 }; 509 - version = "2.8.0"; 502 + version = "0.5.0"; 510 503 }; 511 - sham_rack = { 512 - dependencies = ["rack"]; 504 + d3_rails = { 505 + dependencies = ["railties"]; 513 506 source = { 514 507 remotes = ["https://rubygems.org"]; 515 - sha256 = "0zs6hpgg87x5jrykjxgfp2i7m5aja53s5kamdhxam16wki1hid3i"; 508 + sha256 = "12vxiiflnnkcxak2wmbajyf5wzmcv9wkl4drsp0am72azl8a6g9x"; 516 509 type = "gem"; 517 510 }; 518 - version = "1.3.6"; 511 + version = "3.5.11"; 519 512 }; 520 - sexp_processor = { 513 + daemons = { 521 514 source = { 522 515 remotes = ["https://rubygems.org"]; 523 - sha256 = "0gxlcpg81wfjf5gpggf8h6l2dbq3ikgavbrr2yfw3m2vqy88yjg2"; 516 + sha256 = "0b839hryy9sg7x3knsa1d6vfiyvn0mlsnhsb6an8zsalyrz1zgqg"; 524 517 type = "gem"; 525 518 }; 526 - version = "4.6.0"; 519 + version = "1.2.3"; 527 520 }; 528 - settingslogic = { 521 + database_cleaner = { 529 522 source = { 530 523 remotes = ["https://rubygems.org"]; 531 - sha256 = "1ria5zcrk1nf0b9yia15mdpzw0dqr6wjpbj8dsdbbps81lfsj9ar"; 524 + sha256 = "0n5r7kvsmknk876v3scdphfnvllr9157fa5q7j5fczg8j5qm6kf0"; 532 525 type = "gem"; 533 526 }; 534 - version = "2.0.9"; 527 + version = "1.4.1"; 535 528 }; 536 - sentry-raven = { 537 - version = "0.15.6"; 529 + debug_inspector = { 538 530 source = { 531 + remotes = ["https://rubygems.org"]; 532 + sha256 = "109761g00dbrw5q0dfnbqg8blfm699z4jj70l4zrgf9mzn7ii50m"; 539 533 type = "gem"; 540 - remotes = ["https://rubygems.org"]; 541 - sha256 = "0iqnwfmf6rnpgrvl3c8gh2gkix91nhm21j5qf389g4mi2rkc0ky8"; 542 534 }; 535 + version = "0.0.2"; 543 536 }; 544 - select2-rails = { 545 - dependencies = ["thor"]; 537 + debugger-ruby_core_source = { 546 538 source = { 547 539 remotes = ["https://rubygems.org"]; 548 - sha256 = "0ni2k74n73y3gv56gs37gkjlh912szjf6k9j483wz41m3xvlz7fj"; 540 + sha256 = "1lp5dmm8a8dpwymv6r1y6yr24wxsj0gvgb2b8i7qq9rcv414snwd"; 549 541 type = "gem"; 550 542 }; 551 - version = "3.5.9.3"; 543 + version = "1.3.8"; 552 544 }; 553 - seed-fu = { 554 - dependencies = ["activerecord" "activesupport"]; 545 + default_value_for = { 546 + dependencies = ["activerecord"]; 555 547 source = { 556 548 remotes = ["https://rubygems.org"]; 557 - sha256 = "11xja82yxir1kwccrzng29h7w911i9j0xj2y7y949yqnw91v12vw"; 549 + sha256 = "1z4lrba4y1c3y0rxw8321qbwsb3nr6c2igrpksfvz93yhc9m6xm0"; 558 550 type = "gem"; 559 551 }; 560 - version = "2.3.5"; 552 + version = "3.0.1"; 561 553 }; 562 - sdoc = { 563 - dependencies = ["json" "rdoc"]; 554 + descendants_tracker = { 555 + dependencies = ["thread_safe"]; 564 556 source = { 565 557 remotes = ["https://rubygems.org"]; 566 - sha256 = "17l8qk0ld47z4h5avcnylvds8nc6dp25zc64w23z8li2hs341xf2"; 558 + sha256 = "15q8g3fcqyb41qixn6cky0k3p86291y7xsh1jfd851dvrza1vi79"; 567 559 type = "gem"; 568 560 }; 569 - version = "0.3.20"; 561 + version = "0.0.4"; 570 562 }; 571 - sawyer = { 572 - dependencies = ["addressable" "faraday"]; 563 + devise = { 564 + dependencies = ["bcrypt" "orm_adapter" "railties" "responders" "thread_safe" "warden"]; 573 565 source = { 574 566 remotes = ["https://rubygems.org"]; 575 - sha256 = "0fk43bzwn816qj1ksiicm2i1kmzv5675cmnvk57kmfmi4rfsyjpy"; 567 + sha256 = "00h0xdl4a8pjpb0gbgy4w6q9j2mpczkmj23195zmjrg2b1gl8f2q"; 576 568 type = "gem"; 577 569 }; 578 - version = "0.6.0"; 570 + version = "3.5.4"; 579 571 }; 580 - sass-rails = { 581 - dependencies = ["railties" "sass" "sprockets" "sprockets-rails" "tilt"]; 572 + devise-async = { 573 + dependencies = ["devise"]; 582 574 source = { 583 575 remotes = ["https://rubygems.org"]; 584 - sha256 = "1f6357vw944w2ayayqmz8ai9myl6xbnry06sx5b5ms4r9lny8hj8"; 576 + sha256 = "11llg7ggzpmg4lb9gh4sx55spvp98sal5r803gjzamps9crfq6mm"; 585 577 type = "gem"; 586 578 }; 587 - version = "5.0.4"; 579 + version = "0.9.0"; 588 580 }; 589 - sass = { 581 + devise-two-factor = { 582 + dependencies = ["activesupport" "attr_encrypted" "devise" "railties" "rotp"]; 590 583 source = { 591 584 remotes = ["https://rubygems.org"]; 592 - sha256 = "04rpdcp258arh2wgdk9shbqnzd6cbbbpi3wpi9a0wby8awgpxmyf"; 585 + sha256 = "1v2wva971ds48af47rj4ywavlmz7qzbmf1jpf1l3xn3mscz52hln"; 593 586 type = "gem"; 594 587 }; 595 - version = "3.4.20"; 588 + version = "2.0.1"; 596 589 }; 597 - sanitize = { 598 - dependencies = ["nokogiri"]; 590 + diff-lcs = { 599 591 source = { 600 592 remotes = ["https://rubygems.org"]; 601 - sha256 = "0xsv6xqrlz91rd8wifjknadbl3z5h6qphmxy0hjb189qbdghggn3"; 593 + sha256 = "1vf9civd41bnqi6brr5d9jifdw73j9khc6fkhfl1f8r9cpkdvlx1"; 602 594 type = "gem"; 603 595 }; 604 - version = "2.1.0"; 596 + version = "1.2.5"; 605 597 }; 606 - safe_yaml = { 598 + diffy = { 607 599 source = { 608 600 remotes = ["https://rubygems.org"]; 609 - sha256 = "1hly915584hyi9q9vgd968x2nsi5yag9jyf5kq60lwzi5scr7094"; 601 + sha256 = "0il0ri511g9rm88qbvncbzgwc6wk6265hmnf7grcczmrs1z49vl0"; 610 602 type = "gem"; 611 603 }; 612 - version = "1.0.4"; 604 + version = "3.0.7"; 613 605 }; 614 - rugged = { 606 + docile = { 615 607 source = { 616 608 remotes = ["https://rubygems.org"]; 617 - sha256 = "0v0cvdw8cgy1hf5h3cx796zpxhbad8d5cm50nykyhwjc00q80zrr"; 609 + sha256 = "0m8j31whq7bm5ljgmsrlfkiqvacrw6iz9wq10r3gwrv5785y8gjx"; 618 610 type = "gem"; 619 611 }; 620 - version = "0.24.0b13"; 612 + version = "1.1.5"; 621 613 }; 622 - rufus-scheduler = { 614 + domain_name = { 615 + dependencies = ["unf"]; 623 616 source = { 624 617 remotes = ["https://rubygems.org"]; 625 - sha256 = "04bmvvvri7ni7dvlq3gi1y553f6rp6bw2kmdfp9ny5bh3l7qayrh"; 618 + sha256 = "16qvfrmcwlzz073aas55mpw2nhyhjcn96s524w0g1wlml242hjav"; 626 619 type = "gem"; 627 620 }; 628 - version = "3.1.10"; 621 + version = "0.5.25"; 629 622 }; 630 - rubypants = { 623 + doorkeeper = { 624 + dependencies = ["railties"]; 631 625 source = { 632 626 remotes = ["https://rubygems.org"]; 633 - sha256 = "1vpdkrc4c8qhrxph41wqwswl28q5h5h994gy4c1mlrckqzm3hzph"; 627 + sha256 = "0wim84wkvx758cfb8q92w3hhvnfbwr990x1mmfv1ss1ivjz8fmm0"; 634 628 type = "gem"; 635 629 }; 636 - version = "0.2.0"; 630 + version = "2.2.2"; 637 631 }; 638 - rubyntlm = { 632 + dropzonejs-rails = { 633 + dependencies = ["rails"]; 639 634 source = { 640 635 remotes = ["https://rubygems.org"]; 641 - sha256 = "04l8686hl0829x4acsnbz0licf8n6794p7shz8iyahin1jnqg3d7"; 636 + sha256 = "1vqqxzv6qdqy47m2q28adnmccfvc17p2bmkkaqjvrczrhvkkha64"; 642 637 type = "gem"; 643 638 }; 644 - version = "0.5.2"; 639 + version = "0.7.2"; 645 640 }; 646 - ruby_parser = { 647 - dependencies = ["sexp_processor"]; 641 + email_reply_parser = { 648 642 source = { 649 643 remotes = ["https://rubygems.org"]; 650 - sha256 = "1rip6075b4k5a7s8w2klwc3jaqx31h69k004ac5nhl8y0ja92qvz"; 644 + sha256 = "0k2p229mv7xn7q627zwmvhrcvba4b9m70pw2jfjm6iimg2vmf22r"; 651 645 type = "gem"; 652 646 }; 653 - version = "3.7.2"; 647 + version = "0.5.8"; 654 648 }; 655 - ruby2ruby = { 656 - dependencies = ["ruby_parser" "sexp_processor"]; 649 + email_spec = { 650 + dependencies = ["launchy" "mail"]; 657 651 source = { 658 652 remotes = ["https://rubygems.org"]; 659 - sha256 = "1kmc0503s9mqnjyypx51wsi6zz9zj550ch43rag23wpj4qd6i6pm"; 653 + sha256 = "00p1cc69ncrgg7m45va43pszip8anx5735w1lsb7p5ygkyw8nnpv"; 660 654 type = "gem"; 661 655 }; 662 - version = "2.2.0"; 656 + version = "1.6.0"; 663 657 }; 664 - ruby-saml = { 658 + encryptor = { 665 659 source = { 666 660 remotes = ["https://rubygems.org"]; 667 - sha256 = "151jbak16y87dbj3ma2nc03rh37z7lixcwgaqahncq80rgnv45a8"; 661 + sha256 = "04wqqda081h7hmhwjjx1yqxprxjk8s5jgv837xqv1bpxiv7f4v1y"; 668 662 type = "gem"; 669 663 }; 670 - version = "1.1.1"; 664 + version = "1.3.0"; 671 665 }; 672 - ruby-progressbar = { 666 + equalizer = { 673 667 source = { 674 668 remotes = ["https://rubygems.org"]; 675 - sha256 = "0hynaavnqzld17qdx9r7hfw00y16ybldwq730zrqfszjwgi59ivi"; 669 + sha256 = "1kjmx3fygx8njxfrwcmn7clfhjhb6bvv3scy2lyyi0wqyi3brra4"; 676 670 type = "gem"; 677 671 }; 678 - version = "1.7.5"; 672 + version = "0.0.11"; 679 673 }; 680 - ruby-fogbugz = { 681 - dependencies = ["crack"]; 674 + erubis = { 682 675 source = { 683 676 remotes = ["https://rubygems.org"]; 684 - sha256 = "1jj0gpkycbrivkh2q3429vj6mbgx6axxisg69slj3c4mgvzfgchm"; 677 + sha256 = "1fj827xqjs91yqsydf0zmfyw9p4l2jz5yikg3mppz6d7fi8kyrb3"; 685 678 type = "gem"; 686 679 }; 687 - version = "0.2.1"; 680 + version = "2.7.0"; 688 681 }; 689 - rubocop = { 690 - dependencies = ["astrolabe" "parser" "powerpack" "rainbow" "ruby-progressbar" "tins"]; 682 + escape_utils = { 691 683 source = { 692 684 remotes = ["https://rubygems.org"]; 693 - sha256 = "1grqda2fdknm43zyagh8gcmnhjkypyfw98q92hmvprprwghkq2sg"; 685 + sha256 = "0hb8nmrgmd9n5dhih86fp91sf26mmw14sdn5vswg5g20svrqxc7x"; 694 686 type = "gem"; 695 687 }; 696 - version = "0.35.1"; 688 + version = "1.1.0"; 697 689 }; 698 - rspec-support = { 690 + eventmachine = { 699 691 source = { 700 692 remotes = ["https://rubygems.org"]; 701 - sha256 = "1cyagig8slxjas8mbg5f8bl240b8zgr8mnjsvrznag1fwpkh4h27"; 693 + sha256 = "1frvpk3p73xc64qkn0ymll3flvn4xcycq5yx8a43zd3gyzc1ifjp"; 702 694 type = "gem"; 703 695 }; 704 - version = "3.3.0"; 696 + version = "1.0.8"; 705 697 }; 706 - rspec-rails = { 707 - dependencies = ["actionpack" "activesupport" "railties" "rspec-core" "rspec-expectations" "rspec-mocks" "rspec-support"]; 698 + excon = { 708 699 source = { 709 700 remotes = ["https://rubygems.org"]; 710 - sha256 = "0m66n9p3a7d3fmrzkbh8312prb6dhrgmp53g1amck308ranasv2a"; 701 + sha256 = "1shb4g3dhsfkywgjv6123yrvp2c8bvi8hqmq47iqa5lp72sn4b4w"; 711 702 type = "gem"; 712 703 }; 713 - version = "3.3.3"; 704 + version = "0.45.4"; 714 705 }; 715 - rspec-mocks = { 716 - dependencies = ["diff-lcs" "rspec-support"]; 706 + execjs = { 717 707 source = { 718 708 remotes = ["https://rubygems.org"]; 719 - sha256 = "1lfbzscmpyixlbapxmhy2s69596vs1z00lv590l51hgdw70z92vg"; 709 + sha256 = "0grlxwiccbnflxs30r3h7g23xnps5knav1jyqkk3anvm8363ifjw"; 720 710 type = "gem"; 721 711 }; 722 - version = "3.3.2"; 712 + version = "2.6.0"; 723 713 }; 724 - rspec-expectations = { 725 - dependencies = ["diff-lcs" "rspec-support"]; 714 + expression_parser = { 726 715 source = { 727 716 remotes = ["https://rubygems.org"]; 728 - sha256 = "1d0b5hpkxlr9f3xpsbhvl3irnk4smmycx2xnmc8qv3pqaa7mb7ah"; 717 + sha256 = "1938z3wmmdabqxlh5d5c56xfg1jc6z15p7zjyhvk7364zwydnmib"; 729 718 type = "gem"; 730 719 }; 731 - version = "3.3.1"; 720 + version = "0.9.0"; 732 721 }; 733 - rspec-core = { 734 - dependencies = ["rspec-support"]; 722 + factory_girl = { 723 + dependencies = ["activesupport"]; 735 724 source = { 736 725 remotes = ["https://rubygems.org"]; 737 - sha256 = "0xw5qi936j6nz9fixi2mwy03f406761cd72bzyvd61pr854d7hy1"; 726 + sha256 = "13z20a4b7z1c8vbz0qz5ranssdprldwvwlgjmn38x311sfjmp9dz"; 738 727 type = "gem"; 739 728 }; 740 - version = "3.3.2"; 729 + version = "4.3.0"; 741 730 }; 742 - rspec = { 743 - dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"]; 731 + factory_girl_rails = { 732 + dependencies = ["factory_girl" "railties"]; 744 733 source = { 745 734 remotes = ["https://rubygems.org"]; 746 - sha256 = "1bn5zs71agc0zyns2r3c8myi5bxw3q7xnzp7f3v5b7hbil1qym4r"; 735 + sha256 = "1jj0yl6mfildb4g79dwgc1q5pv2pa65k9b1ml43mi8mg62j8mrhz"; 747 736 type = "gem"; 748 737 }; 749 - version = "3.3.0"; 738 + version = "4.3.0"; 750 739 }; 751 - rqrcode-rails3 = { 752 - dependencies = ["rqrcode"]; 740 + faraday = { 741 + dependencies = ["multipart-post"]; 753 742 source = { 754 743 remotes = ["https://rubygems.org"]; 755 - sha256 = "1i28rwmj24ssk91chn0g7qsnvn003y3s5a7jsrg3w4l5ckr841bg"; 744 + sha256 = "1kplqkpn2s2yl3lxdf6h7sfldqvkbkpxwwxhyk7mdhjplb5faqh6"; 756 745 type = "gem"; 757 746 }; 758 - version = "0.1.7"; 747 + version = "0.9.2"; 759 748 }; 760 - rqrcode = { 761 - dependencies = ["chunky_png"]; 749 + faraday_middleware = { 750 + dependencies = ["faraday"]; 762 751 source = { 763 752 remotes = ["https://rubygems.org"]; 764 - sha256 = "188n1mvc7klrlw30bai16sdg4yannmy7cz0sg0nvm6f1kjx5qflb"; 753 + sha256 = "0nxia26xzy8i56qfyz1bg8dg9yb26swpgci8n5jry8mh4bnx5r5h"; 765 754 type = "gem"; 766 755 }; 767 - version = "0.7.0"; 756 + version = "0.10.0"; 768 757 }; 769 - rouge = { 758 + faraday_middleware-multi_json = { 759 + dependencies = ["faraday_middleware" "multi_json"]; 770 760 source = { 771 761 remotes = ["https://rubygems.org"]; 772 - sha256 = "0wp8as9ypdy18kdj9h70kny1rdfq71mr8cj2bpahr9vxjjvjasqz"; 762 + sha256 = "0651sxhzbq9xfq3hbpmrp0nbybxnm9ja3m97k386m4bqgamlvz1q"; 773 763 type = "gem"; 774 764 }; 775 - version = "1.10.1"; 765 + version = "0.0.6"; 776 766 }; 777 - rotp = { 767 + fastercsv = { 778 768 source = { 779 769 remotes = ["https://rubygems.org"]; 780 - sha256 = "1nzsc9hfxijnyzjbv728ln9dm80bc608chaihjdk63i2wi4m529g"; 770 + sha256 = "1df3vfgw5wg0s405z0pj0rfcvnl9q6wak7ka8gn0xqg4cag1k66h"; 781 771 type = "gem"; 782 772 }; 783 - version = "2.1.1"; 773 + version = "1.5.5"; 784 774 }; 785 - rinku = { 775 + ffaker = { 786 776 source = { 787 777 remotes = ["https://rubygems.org"]; 788 - sha256 = "1jh6nys332brph55i6x6cil6swm086kxjw34wq131nl6mwryqp7b"; 778 + sha256 = "19fnbbsw87asyb1hvkr870l2yldah2jcjb8074pgyrma5lynwmn0"; 789 779 type = "gem"; 790 780 }; 791 - version = "1.7.3"; 781 + version = "2.0.0"; 792 782 }; 793 - rest-client = { 794 - dependencies = ["http-cookie" "mime-types" "netrc"]; 783 + ffi = { 795 784 source = { 796 785 remotes = ["https://rubygems.org"]; 797 - sha256 = "1m8z0c4yf6w47iqz6j2p7x1ip4qnnzvhdph9d5fgx081cvjly3p7"; 786 + sha256 = "1m5mprppw0xcrv2mkim5zsk70v089ajzqiq5hpyb0xg96fcyzyxj"; 798 787 type = "gem"; 799 788 }; 800 - version = "1.8.0"; 789 + version = "1.9.10"; 801 790 }; 802 - responders = { 803 - dependencies = ["railties"]; 791 + fission = { 792 + dependencies = ["CFPropertyList"]; 804 793 source = { 805 794 remotes = ["https://rubygems.org"]; 806 - sha256 = "1i00bxp8fa67rzl50wfiaw16w21j5d5gwjjkdiwr0sw9q6ixmpz1"; 795 + sha256 = "09pmp1j1rr8r3pcmbn2na2ls7s1j9ijbxj99xi3a8r6v5xhjdjzh"; 807 796 type = "gem"; 808 797 }; 809 - version = "2.1.1"; 798 + version = "0.5.0"; 810 799 }; 811 - rerun = { 812 - dependencies = ["listen"]; 800 + flay = { 801 + dependencies = ["ruby_parser" "sexp_processor"]; 813 802 source = { 814 803 remotes = ["https://rubygems.org"]; 815 - sha256 = "0av239bpmy55fdx4qaw9n71aapjy2myr51h5plzjxsyr0fdwn1xq"; 804 + sha256 = "0zcp9nmnfqixdcqa2dzwwjy5np4n2n16bj25gw7bbzbjp9hqzhn6"; 816 805 type = "gem"; 817 806 }; 818 - version = "0.11.0"; 807 + version = "2.6.1"; 819 808 }; 820 - request_store = { 809 + flog = { 810 + dependencies = ["ruby_parser" "sexp_processor"]; 821 811 source = { 822 812 remotes = ["https://rubygems.org"]; 823 - sha256 = "01rxi2hw84y133z0r91jns4aaywd8d83wjq0xgb42iaicf0a90p9"; 813 + sha256 = "1asrcdj6gh5mxcimqak94jjyyi5cxnqn904lc8pmrljg1nv1bxpm"; 824 814 type = "gem"; 825 815 }; 826 - version = "1.2.1"; 816 + version = "4.3.2"; 827 817 }; 828 - redis-store = { 829 - dependencies = ["redis"]; 818 + flowdock = { 819 + dependencies = ["httparty" "multi_json"]; 830 820 source = { 831 821 remotes = ["https://rubygems.org"]; 832 - sha256 = "0gf462p0wx4hn7m1m8ghs701n6xx0ijzm5cff9xfagd2s6va145m"; 822 + sha256 = "04nrvg4gzgabf5mnnhccl8bwrkvn3y4pm7a1dqzqhpvfr4m5pafg"; 833 823 type = "gem"; 834 824 }; 835 - version = "1.1.7"; 825 + version = "0.7.1"; 836 826 }; 837 - redis-rails = { 838 - dependencies = ["redis-actionpack" "redis-activesupport" "redis-store"]; 827 + fog = { 828 + dependencies = ["fog-aliyun" "fog-atmos" "fog-aws" "fog-brightbox" "fog-core" "fog-dynect" "fog-ecloud" "fog-google" "fog-json" "fog-local" "fog-powerdns" "fog-profitbricks" "fog-radosgw" "fog-riakcs" "fog-sakuracloud" "fog-serverlove" "fog-softlayer" "fog-storm_on_demand" "fog-terremark" "fog-vmfusion" "fog-voxel" "fog-xenserver" "fog-xml" "ipaddress" "nokogiri"]; 839 829 source = { 840 830 remotes = ["https://rubygems.org"]; 841 - sha256 = "0igww7hb58aq74mh50dli3zjg78b54y8nhd0h1h9vz4vgjd4q8m7"; 831 + sha256 = "1ml31jdycqdm8w7w3l9pbyrgbnmrrnhmkppa2x4bwi9as1n1jmwq"; 842 832 type = "gem"; 843 833 }; 844 - version = "4.0.0"; 834 + version = "1.36.0"; 845 835 }; 846 - redis-rack = { 847 - dependencies = ["rack" "redis-store"]; 836 + fog-aliyun = { 837 + dependencies = ["fog-core" "fog-json" "ipaddress" "xml-simple"]; 848 838 source = { 849 839 remotes = ["https://rubygems.org"]; 850 - sha256 = "1y1mxx8gn0krdrpwllv7fqsbvki1qjnb2dz8b4q9gwc326829gk8"; 840 + sha256 = "1i76g8sdskyfc0gcnd6n9i757s7dmwg3wf6spcr2xh8wzyxkm1pj"; 851 841 type = "gem"; 852 842 }; 853 - version = "1.5.0"; 843 + version = "0.1.0"; 854 844 }; 855 - redis-namespace = { 856 - dependencies = ["redis"]; 845 + fog-atmos = { 846 + dependencies = ["fog-core" "fog-xml"]; 857 847 source = { 858 848 remotes = ["https://rubygems.org"]; 859 - sha256 = "0rp8gfkznfxqzxk9s976k71jnljkh0clkrhnp6vgx46s5yhj9g25"; 849 + sha256 = "1aaxgnw9zy96gsh4h73kszypc32sx497s6bslvhfqh32q9d1y8c9"; 860 850 type = "gem"; 861 851 }; 862 - version = "1.5.2"; 852 + version = "0.1.0"; 863 853 }; 864 - redis-activesupport = { 865 - dependencies = ["activesupport" "redis-store"]; 854 + fog-aws = { 855 + dependencies = ["fog-core" "fog-json" "fog-xml" "ipaddress"]; 866 856 source = { 867 857 remotes = ["https://rubygems.org"]; 868 - sha256 = "10y3kybz21n2z11478sf0cp4xzclvxf0b428787brmgpc6i7p7zg"; 858 + sha256 = "1pzfahq8h3alfflb5dr8lm02q27x81vm96qn5zyfdlx86yy7bq96"; 869 859 type = "gem"; 870 860 }; 871 - version = "4.1.5"; 861 + version = "0.8.1"; 872 862 }; 873 - redis-actionpack = { 874 - dependencies = ["actionpack" "redis-rack" "redis-store"]; 863 + fog-brightbox = { 864 + dependencies = ["fog-core" "fog-json" "inflecto"]; 875 865 source = { 876 866 remotes = ["https://rubygems.org"]; 877 - sha256 = "1jjl6dhhpdapdaywq5iqz7z36mwbw0cn0m30wcc5wcbv7xmiiygw"; 867 + sha256 = "0p7rbx587hb1d1am90dcr3zdp6y50c2zddh97yfgl62vji0pbkkd"; 878 868 type = "gem"; 879 869 }; 880 - version = "4.0.1"; 870 + version = "0.10.1"; 881 871 }; 882 - redis = { 872 + fog-core = { 873 + dependencies = ["builder" "excon" "formatador"]; 883 874 source = { 884 875 remotes = ["https://rubygems.org"]; 885 - sha256 = "0255w9izzs04hw9wivn05yqiwi34w28ylxs0xvpmwc1vrh18fwcl"; 876 + sha256 = "02z91r3f5a64hlalm6h39v0778yl2kk3qvva0zvplpp9hpwbwzhl"; 886 877 type = "gem"; 887 878 }; 888 - version = "3.2.2"; 879 + version = "1.35.0"; 889 880 }; 890 - redcarpet = { 881 + fog-dynect = { 882 + dependencies = ["fog-core" "fog-json" "fog-xml"]; 891 883 source = { 892 884 remotes = ["https://rubygems.org"]; 893 - sha256 = "14i3wypp97bpk20679d1csy88q4hsgfqbnqw6mryl77m2g0d09pk"; 885 + sha256 = "18lqmdkm22254z86jh3aa9v9vqk8bgbd3d1m0w7az3ij47ak7kch"; 894 886 type = "gem"; 895 887 }; 896 - version = "3.3.3"; 888 + version = "0.0.2"; 897 889 }; 898 - recaptcha = { 899 - dependencies = ["json"]; 890 + fog-ecloud = { 891 + dependencies = ["fog-core" "fog-xml"]; 900 892 source = { 901 893 remotes = ["https://rubygems.org"]; 902 - sha256 = "190qqklirmi31s6ih7png4h9xmx1p5h2n5fi45z90y8hsp5w1sh1"; 894 + sha256 = "18rb4qjad9xwwqvvpj8r2h0hi9svy71pm4d3fc28cdcnfarmdi06"; 903 895 type = "gem"; 904 896 }; 905 - version = "1.0.2"; 897 + version = "0.3.0"; 906 898 }; 907 - rdoc = { 908 - dependencies = ["json"]; 899 + fog-google = { 900 + dependencies = ["fog-core" "fog-json" "fog-xml"]; 909 901 source = { 910 902 remotes = ["https://rubygems.org"]; 911 - sha256 = "1v9k4sp5yzj2bshngckdvivj6bszciskk1nd2r3wri2ygs7vgqm8"; 903 + sha256 = "0z4vmswpqwph04c0wqzrscns1d1wdm8kbxx457bv156mawzrhfj3"; 912 904 type = "gem"; 913 905 }; 914 - version = "3.12.2"; 906 + version = "0.1.0"; 915 907 }; 916 - rblineprof = { 917 - dependencies = ["debugger-ruby_core_source"]; 908 + fog-json = { 909 + dependencies = ["fog-core" "multi_json"]; 918 910 source = { 919 911 remotes = ["https://rubygems.org"]; 920 - sha256 = "0m58kdjgncwf0h1qry3qk5h4bg8sj0idykqqijqcrr09mxfd9yc6"; 912 + sha256 = "0advkkdjajkym77r3c0bg2rlahl2akj0vl4p5r273k2qmi16n00r"; 921 913 type = "gem"; 922 914 }; 923 - version = "0.3.6"; 915 + version = "1.0.2"; 924 916 }; 925 - rb-inotify = { 926 - dependencies = ["ffi"]; 917 + fog-local = { 918 + dependencies = ["fog-core"]; 927 919 source = { 928 920 remotes = ["https://rubygems.org"]; 929 - sha256 = "0kddx2ia0qylw3r52nhg83irkaclvrncgy2m1ywpbhlhsz1rymb9"; 921 + sha256 = "0i5hxwzmc2ag3z9nlligsaf679kp2pz39cd8n2s9cmxaamnlh2s3"; 930 922 type = "gem"; 931 923 }; 932 - version = "0.9.5"; 924 + version = "0.2.1"; 933 925 }; 934 - rb-fsevent = { 926 + fog-powerdns = { 927 + dependencies = ["fog-core" "fog-json" "fog-xml"]; 935 928 source = { 936 929 remotes = ["https://rubygems.org"]; 937 - sha256 = "1hq57by28iv0ijz8pk9ynih0xdg7vnl1010xjcijfklrcv89a1j2"; 930 + sha256 = "08zavzwfkk344gz83phz4sy9nsjznsdjsmn1ifp6ja17bvydlhh7"; 938 931 type = "gem"; 939 932 }; 940 - version = "0.9.6"; 933 + version = "0.1.1"; 941 934 }; 942 - raphael-rails = { 935 + fog-profitbricks = { 936 + dependencies = ["fog-core" "fog-xml" "nokogiri"]; 943 937 source = { 944 938 remotes = ["https://rubygems.org"]; 945 - sha256 = "0sjiaymvfn4al5dr1pza5i142byan0fxnj4rymziyql2bzvdm2bc"; 939 + sha256 = "154sqs2dcmvg21v4m3fj8f09z5i70sq8a485v6rdygsffs8xrycn"; 946 940 type = "gem"; 947 941 }; 948 - version = "2.1.2"; 942 + version = "0.0.5"; 949 943 }; 950 - rake = { 944 + fog-radosgw = { 945 + dependencies = ["fog-core" "fog-json" "fog-xml"]; 951 946 source = { 952 947 remotes = ["https://rubygems.org"]; 953 - sha256 = "0jcabbgnjc788chx31sihc5pgbqnlc1c75wakmqlbjdm8jns2m9b"; 948 + sha256 = "0nslgv8yp5qkiryj3zsm91gs7s6i626igj61kwxjjwk2yv6swyr6"; 954 949 type = "gem"; 955 950 }; 956 - version = "10.5.0"; 951 + version = "0.0.5"; 957 952 }; 958 - raindrops = { 953 + fog-riakcs = { 954 + dependencies = ["fog-core" "fog-json" "fog-xml"]; 959 955 source = { 960 956 remotes = ["https://rubygems.org"]; 961 - sha256 = "1hv0xhr762axywr937czi92fs0x3zk7k22vg6f4i7rr8d05sp560"; 957 + sha256 = "1nbxc4dky3agfwrmgm1aqmi59p6vnvfnfbhhg7xpg4c2cf41whxm"; 962 958 type = "gem"; 963 959 }; 964 - version = "0.15.0"; 960 + version = "0.1.0"; 965 961 }; 966 - rainbow = { 962 + fog-sakuracloud = { 963 + dependencies = ["fog-core" "fog-json"]; 967 964 source = { 968 965 remotes = ["https://rubygems.org"]; 969 - sha256 = "0dsnzfjiih2w8npsjab3yx1ssmmvmgjkbxny0i9yzrdy7whfw7b4"; 966 + sha256 = "08krsn9sk5sx0aza812g31r169bd0zanb8pq5am3a64j6azarimd"; 970 967 type = "gem"; 971 968 }; 972 - version = "2.0.0"; 969 + version = "1.7.5"; 973 970 }; 974 - railties = { 975 - dependencies = ["actionpack" "activesupport" "rake" "thor"]; 971 + fog-serverlove = { 972 + dependencies = ["fog-core" "fog-json"]; 976 973 source = { 977 974 remotes = ["https://rubygems.org"]; 978 - sha256 = "cfff64cbc0e409341003c35fa2e576e6a8cd8259a9894d09f15c6123be73f146"; 975 + sha256 = "0hxgmwzygrw25rbsy05i6nzsyr0xl7xj5j2sjpkb9n9wli5sagci"; 979 976 type = "gem"; 980 977 }; 981 - version = "4.2.5.2"; 978 + version = "0.1.2"; 982 979 }; 983 - rails-html-sanitizer = { 984 - dependencies = ["loofah"]; 980 + fog-softlayer = { 981 + dependencies = ["fog-core" "fog-json"]; 985 982 source = { 986 983 remotes = ["https://rubygems.org"]; 987 - sha256 = "138fd86kv073zqfx0xifm646w6bgw2lr8snk16lknrrfrss8xnm7"; 984 + sha256 = "1zax2wws0q8pm787jnlxd2xlj23f2acz0s6jl5nzczyxjgll571r"; 988 985 type = "gem"; 989 986 }; 990 987 version = "1.0.3"; 991 988 }; 992 - rails-dom-testing = { 993 - dependencies = ["activesupport" "nokogiri" "rails-deprecated_sanitizer"]; 989 + fog-storm_on_demand = { 990 + dependencies = ["fog-core" "fog-json"]; 994 991 source = { 995 992 remotes = ["https://rubygems.org"]; 996 - sha256 = "1v8jl6803mbqpxh4hn0szj081q1a3ap0nb8ni0qswi7z4la844v8"; 993 + sha256 = "0fif1x8ci095b2yyilf65n7x6iyvn448azrsnmwsdkriy8vxxv3y"; 997 994 type = "gem"; 998 995 }; 999 - version = "1.0.7"; 996 + version = "0.1.1"; 1000 997 }; 1001 - rails-deprecated_sanitizer = { 1002 - dependencies = ["activesupport"]; 998 + fog-terremark = { 999 + dependencies = ["fog-core" "fog-xml"]; 1003 1000 source = { 1004 1001 remotes = ["https://rubygems.org"]; 1005 - sha256 = "0qxymchzdxww8bjsxj05kbf86hsmrjx40r41ksj0xsixr2gmhbbj"; 1002 + sha256 = "01lfkh9jppj0iknlklmwyb7ym3bfhkq58m3absb6rf5a5mcwi3lf"; 1006 1003 type = "gem"; 1007 1004 }; 1008 - version = "1.0.3"; 1005 + version = "0.1.0"; 1009 1006 }; 1010 - rails = { 1011 - dependencies = ["actionmailer" "actionpack" "actionview" "activejob" "activemodel" "activerecord" "activesupport" "railties" "sprockets-rails"]; 1007 + fog-vmfusion = { 1008 + dependencies = ["fission" "fog-core"]; 1012 1009 source = { 1013 1010 remotes = ["https://rubygems.org"]; 1014 - sha256 = "aa93c1b9eb8b535eee58280504e30237f88217699fe9bb016e458e5122eefa2e"; 1011 + sha256 = "0g0l0k9ylxk1h9pzqr6h2ba98fl47lpp3j19lqv4jxw0iw1rqxn4"; 1015 1012 type = "gem"; 1016 1013 }; 1017 - version = "4.2.5.2"; 1014 + version = "0.1.0"; 1018 1015 }; 1019 - rack-test = { 1020 - dependencies = ["rack"]; 1016 + fog-voxel = { 1017 + dependencies = ["fog-core" "fog-xml"]; 1021 1018 source = { 1022 1019 remotes = ["https://rubygems.org"]; 1023 - sha256 = "0h6x5jq24makgv2fq5qqgjlrk74dxfy62jif9blk43llw8ib2q7z"; 1020 + sha256 = "10skdnj59yf4jpvq769njjrvh2l0wzaa7liva8n78qq003mvmfgx"; 1024 1021 type = "gem"; 1025 1022 }; 1026 - version = "0.6.3"; 1023 + version = "0.1.0"; 1027 1024 }; 1028 - rack-protection = { 1029 - dependencies = ["rack"]; 1025 + fog-xenserver = { 1026 + dependencies = ["fog-core" "fog-xml"]; 1030 1027 source = { 1031 1028 remotes = ["https://rubygems.org"]; 1032 - sha256 = "0cvb21zz7p9wy23wdav63z5qzfn4nialik22yqp6gihkgfqqrh5r"; 1029 + sha256 = "1ngw8hh8ljk7wi0cp8n4b4jcy2acx0yqzjk7851m3mp0kji5dlgl"; 1033 1030 type = "gem"; 1034 1031 }; 1035 - version = "1.5.3"; 1032 + version = "0.2.2"; 1036 1033 }; 1037 - rack-oauth2 = { 1038 - dependencies = ["activesupport" "attr_required" "httpclient" "multi_json" "rack"]; 1034 + fog-xml = { 1035 + dependencies = ["fog-core" "nokogiri"]; 1039 1036 source = { 1040 1037 remotes = ["https://rubygems.org"]; 1041 - sha256 = "1szfnb74p5s7k0glpmiv16rfl4wx9mnrr7riapgpbcx163zzkxad"; 1038 + sha256 = "1576sbzza47z48p0k9h1wg3rhgcvcvdd1dfz3xx1cgahwr564fqa"; 1042 1039 type = "gem"; 1043 1040 }; 1044 - version = "1.2.1"; 1041 + version = "0.1.2"; 1045 1042 }; 1046 - rack-mount = { 1047 - dependencies = ["rack"]; 1043 + font-awesome-rails = { 1044 + dependencies = ["railties"]; 1048 1045 source = { 1049 1046 remotes = ["https://rubygems.org"]; 1050 - sha256 = "09a1qfaxxsll1kbgz7z0q0nr48sfmfm7akzaviis5bjpa5r00ld2"; 1047 + sha256 = "09x1bg98sp2v1lsg9h2bal915q811xq84h9d74p1f3378ga63c1x"; 1051 1048 type = "gem"; 1052 1049 }; 1053 - version = "0.8.3"; 1050 + version = "4.5.0.0"; 1054 1051 }; 1055 - rack-cors = { 1052 + foreman = { 1053 + dependencies = ["thor"]; 1056 1054 source = { 1057 1055 remotes = ["https://rubygems.org"]; 1058 - sha256 = "1sz9d9gjmv2vjl3hddzk269hb1k215k8sp37gicphx82h3chk1kw"; 1056 + sha256 = "1caz8mi7gq1hs4l1flcyyw1iw1bdvdbhppsvy12akr01k3s17xaq"; 1059 1057 type = "gem"; 1060 1058 }; 1061 - version = "0.4.0"; 1059 + version = "0.78.0"; 1062 1060 }; 1063 - rack-attack = { 1064 - dependencies = ["rack"]; 1061 + formatador = { 1065 1062 source = { 1066 1063 remotes = ["https://rubygems.org"]; 1067 - sha256 = "0ihic8ar2ddfv15p5gia8nqzsl3y7iayg5v4rmg72jlvikgsabls"; 1064 + sha256 = "1gc26phrwlmlqrmz4bagq1wd5b7g64avpx0ghxr9xdxcvmlii0l0"; 1068 1065 type = "gem"; 1069 1066 }; 1070 - version = "4.3.1"; 1067 + version = "0.2.5"; 1071 1068 }; 1072 - rack-accept = { 1073 - dependencies = ["rack"]; 1069 + fuubar = { 1070 + dependencies = ["rspec" "ruby-progressbar"]; 1074 1071 source = { 1075 1072 remotes = ["https://rubygems.org"]; 1076 - sha256 = "18jdipx17b4ki33cfqvliapd31sbfvs4mv727awynr6v95a7n936"; 1073 + sha256 = "0xwqs24y8s73aayh39si17kccsmr0bjgmi6jrjyfp7gkjb6iyhpv"; 1077 1074 type = "gem"; 1078 1075 }; 1079 - version = "0.4.5"; 1076 + version = "2.0.0"; 1080 1077 }; 1081 - rack = { 1078 + gemnasium-gitlab-service = { 1079 + dependencies = ["rugged"]; 1082 1080 source = { 1083 1081 remotes = ["https://rubygems.org"]; 1084 - sha256 = "09bs295yq6csjnkzj7ncj50i6chfxrhmzg1pk6p0vd2lb9ac8pj5"; 1082 + sha256 = "1qv7fkahmqkah3770ycrxd0x2ais4z41hb43a0r8q8wcdklns3m3"; 1085 1083 type = "gem"; 1086 1084 }; 1087 - version = "1.6.4"; 1085 + version = "0.2.6"; 1088 1086 }; 1089 - quiet_assets = { 1090 - dependencies = ["railties"]; 1087 + gemojione = { 1091 1088 source = { 1092 1089 remotes = ["https://rubygems.org"]; 1093 - sha256 = "1q4azw4j1xsgd7qwcig110mfdn1fm0y34y87zw9j9v187xr401b1"; 1090 + sha256 = "0av60lajn64z1csmkzfaf5wvpd3x48lcshiknkqr8m0zx3sg7w3h"; 1094 1091 type = "gem"; 1095 1092 }; 1096 - version = "1.0.3"; 1093 + version = "2.2.1"; 1097 1094 }; 1098 - pyu-ruby-sasl = { 1095 + get_process_mem = { 1099 1096 source = { 1100 1097 remotes = ["https://rubygems.org"]; 1101 - sha256 = "1rcpjiz9lrvyb3rd8k8qni0v4ps08psympffyldmmnrqayyad0sn"; 1098 + sha256 = "025f7v6bpbgsa2nr0hzv2riggj8qmzbwcyxfgjidpmwh5grh7j29"; 1102 1099 type = "gem"; 1103 1100 }; 1104 - version = "0.0.3.3"; 1101 + version = "0.2.0"; 1105 1102 }; 1106 - pry-rails = { 1107 - dependencies = ["pry"]; 1103 + gherkin-ruby = { 1108 1104 source = { 1109 1105 remotes = ["https://rubygems.org"]; 1110 - sha256 = "0a2iinvabis2xmv0z7z7jmh7bbkkngxj2qixfdg5m6qj9x8k1kx6"; 1106 + sha256 = "18ay7yiibf4sl9n94k7mbi4k5zj2igl4j71qcmkswv69znyx0sn1"; 1111 1107 type = "gem"; 1112 1108 }; 1113 - version = "0.3.4"; 1109 + version = "0.3.2"; 1114 1110 }; 1115 - pry = { 1116 - dependencies = ["coderay" "method_source" "slop"]; 1111 + github-linguist = { 1117 1112 source = { 1118 1113 remotes = ["https://rubygems.org"]; 1119 - sha256 = "1x78rvp69ws37kwig18a8hr79qn36vh8g1fn75p485y3b3yiqszg"; 1114 + sha256 = "1xxm2lbabkc1xmx2myv56a4fkw3wwg9n8w2bzwrl4s33kf6x62ag"; 1120 1115 type = "gem"; 1121 1116 }; 1122 - version = "0.10.3"; 1117 + version = "4.7.5"; 1123 1118 }; 1124 - powerpack = { 1119 + github-markup = { 1125 1120 source = { 1126 1121 remotes = ["https://rubygems.org"]; 1127 - sha256 = "1fnn3fli5wkzyjl4ryh0k90316shqjfnhydmc7f8lqpi0q21va43"; 1122 + sha256 = "01r901wcgn0gs0n9h684gs5n90y1vaj9lxnx4z5ig611jwa43ivq"; 1128 1123 type = "gem"; 1129 1124 }; 1130 - version = "0.1.1"; 1125 + version = "1.3.3"; 1131 1126 }; 1132 - posix-spawn = { 1127 + gitlab-flowdock-git-hook = { 1128 + dependencies = ["flowdock" "gitlab-grit" "multi_json"]; 1133 1129 source = { 1134 1130 remotes = ["https://rubygems.org"]; 1135 - sha256 = "052lnxbkvlnwfjw4qd7vn2xrlaaqiav6f5x5bcjin97bsrfq6cmr"; 1131 + sha256 = "1s3a10cdbh4xy732b92zcsm5zyc1lhi5v29d76j8mwbqmj11a2p8"; 1136 1132 type = "gem"; 1137 1133 }; 1138 - version = "0.3.11"; 1134 + version = "1.0.1"; 1139 1135 }; 1140 - poltergeist = { 1141 - dependencies = ["capybara" "cliver" "multi_json" "websocket-driver"]; 1136 + gitlab-grit = { 1137 + dependencies = ["charlock_holmes" "diff-lcs" "mime-types" "posix-spawn"]; 1142 1138 source = { 1143 1139 remotes = ["https://rubygems.org"]; 1144 - sha256 = "0ppm4isvbxm739508yjhvisq1iwp1q6h8dx4hkndj2krskavz4i9"; 1140 + sha256 = "0nv8shx7w7fww8lf5a2rbvf7bq173rllm381m6x7g1i0qqc68q1b"; 1145 1141 type = "gem"; 1146 1142 }; 1147 - version = "1.8.1"; 1143 + version = "2.7.3"; 1148 1144 }; 1149 - pg = { 1145 + gitlab_emoji = { 1150 1146 source = { 1151 1147 remotes = ["https://rubygems.org"]; 1152 - sha256 = "07dv4ma9xd75xpsnnwwg1yrpwpji7ydy0q1d9dl0yfqbzpidrw32"; 1148 + sha256 = "1dy746icdmyc548mb5xkavvkn37pk7vv3gznx0p6hff325pan8dj"; 1153 1149 type = "gem"; 1154 1150 }; 1155 - version = "0.18.4"; 1151 + version = "0.3.1"; 1156 1152 }; 1157 - parser = { 1158 - dependencies = ["ast"]; 1153 + gitlab_git = { 1159 1154 source = { 1160 1155 remotes = ["https://rubygems.org"]; 1161 - sha256 = "14db0gam24j04iprqz4m3hxygkb8h0plnbm0yk4k3lzq6j5wzcac"; 1156 + sha256 = "0311dl4vh6h7k8xarmpr61fndrhbmfskzjzkkj1rr8321gn8znfv"; 1162 1157 type = "gem"; 1163 1158 }; 1164 - version = "2.2.3.0"; 1159 + version = "8.2.0"; 1165 1160 }; 1166 - paranoia = { 1167 - dependencies = ["activerecord"]; 1161 + gitlab_meta = { 1168 1162 source = { 1169 1163 remotes = ["https://rubygems.org"]; 1170 - sha256 = "0z2smnnghjhcs4l5fkz9scs1kj0bvj2n8xmzcvw4rg9yprdnlxr0"; 1164 + sha256 = "14vahv7gblcypbvip845sg3lvawf3kij61mkxz5vyfcv23niqvp9"; 1171 1165 type = "gem"; 1172 1166 }; 1173 - version = "2.1.4"; 1167 + version = "7.0"; 1174 1168 }; 1175 - orm_adapter = { 1169 + gitlab_omniauth-ldap = { 1170 + dependencies = ["net-ldap" "omniauth" "pyu-ruby-sasl" "rubyntlm"]; 1176 1171 source = { 1177 1172 remotes = ["https://rubygems.org"]; 1178 - sha256 = "1fg9jpjlzf5y49qs9mlpdrgs5rpcyihq1s4k79nv9js0spjhnpda"; 1173 + sha256 = "1vbdyi57vvlrigyfhmqrnkw801x57fwa3gxvj1rj2bn9ig5186ri"; 1179 1174 type = "gem"; 1180 1175 }; 1181 - version = "0.5.0"; 1176 + version = "1.2.1"; 1182 1177 }; 1183 - org-ruby = { 1184 - dependencies = ["rubypants"]; 1178 + globalid = { 1179 + dependencies = ["activesupport"]; 1185 1180 source = { 1186 1181 remotes = ["https://rubygems.org"]; 1187 - sha256 = "0x69s7aysfiwlcpd9hkvksfyld34d8kxr62adb59vjvh8hxfrjwk"; 1182 + sha256 = "145xrpsfx1qqjy33r6qa588wb16dvdhxzj2aysh755vhg6hgm291"; 1188 1183 type = "gem"; 1189 1184 }; 1190 - version = "0.9.12"; 1185 + version = "0.3.6"; 1191 1186 }; 1192 - omniauth_crowd = { 1193 - dependencies = ["activesupport" "nokogiri" "omniauth"]; 1187 + gollum-grit_adapter = { 1188 + dependencies = ["gitlab-grit"]; 1194 1189 source = { 1195 1190 remotes = ["https://rubygems.org"]; 1196 - sha256 = "12g5ck05h6kr9mnp870x8pkxsadg81ca70hg8n3k8xx007lfw2q7"; 1191 + sha256 = "02c5qfq0s0kx2ifnpbnbgz6258fl7rchzzzc7vpx72shi8gbpac7"; 1197 1192 type = "gem"; 1198 1193 }; 1199 - version = "2.2.3"; 1194 + version = "1.0.0"; 1200 1195 }; 1201 - omniauth-twitter = { 1202 - dependencies = ["json" "omniauth-oauth"]; 1196 + gollum-lib = { 1197 + dependencies = ["github-markup" "gollum-grit_adapter" "nokogiri" "rouge" "sanitize" "stringex"]; 1203 1198 source = { 1204 1199 remotes = ["https://rubygems.org"]; 1205 - sha256 = "1hqjpb1zx0pp3s12c83pkpk4kkx41f001jc5n8qz0h3wll0ld833"; 1200 + sha256 = "01s8pgzhc3cgcmsy6hh79wrcbn5vbadniq2a7d4qw87kpq7mzfdm"; 1206 1201 type = "gem"; 1207 1202 }; 1208 - version = "1.2.1"; 1203 + version = "4.1.0"; 1209 1204 }; 1210 - omniauth-shibboleth = { 1211 - dependencies = ["omniauth"]; 1205 + gon = { 1206 + dependencies = ["actionpack" "json" "multi_json" "request_store"]; 1212 1207 source = { 1213 1208 remotes = ["https://rubygems.org"]; 1214 - sha256 = "0a8pwy23aybxhn545357zdjy0hnpfgldwqk5snmz9kxingpq12jl"; 1209 + sha256 = "1f359cd9zsa4nrng35bij5skvjrj5ywn2dhmlg41b97vmza26bxr"; 1215 1210 type = "gem"; 1216 1211 }; 1217 - version = "1.2.1"; 1212 + version = "6.0.1"; 1218 1213 }; 1219 - omniauth-saml = { 1214 + grape = { 1215 + dependencies = ["activesupport" "builder" "hashie" "multi_json" "multi_xml" "rack" "rack-accept" "rack-mount" "virtus"]; 1220 1216 source = { 1221 1217 remotes = ["https://rubygems.org"]; 1222 - sha256 = "0c7pypskq9y6wbl7c8gnp48j256snph11br3csgwvy9whjfisx65"; 1218 + sha256 = "1dxfal5jspxq612jjkqbd7xgp5dswdyllbbfq6fj2m7s21pismmh"; 1223 1219 type = "gem"; 1224 1220 }; 1225 - version = "1.4.2"; 1221 + version = "0.13.0"; 1226 1222 }; 1227 - omniauth-oauth2 = { 1228 - dependencies = ["oauth2" "omniauth"]; 1223 + grape-entity = { 1224 + dependencies = ["activesupport" "multi_json"]; 1229 1225 source = { 1230 1226 remotes = ["https://rubygems.org"]; 1231 - sha256 = "0mskwlw5ibx9mz7ywqji6mm56ikf7mglbnfc02qhg6ry527jsxdm"; 1227 + sha256 = "0hxghs2p9ncvdwhp6dwr1a74g552c49dd0jzy0szp4pg2xjbgjk8"; 1232 1228 type = "gem"; 1233 1229 }; 1234 - version = "1.3.1"; 1230 + version = "0.4.8"; 1235 1231 }; 1236 - omniauth-oauth = { 1237 - dependencies = ["oauth" "omniauth"]; 1232 + haml = { 1233 + dependencies = ["tilt"]; 1238 1234 source = { 1239 1235 remotes = ["https://rubygems.org"]; 1240 - sha256 = "1n5vk4by7hkyc09d9blrw2argry5awpw4gbw1l4n2s9b3j4qz037"; 1236 + sha256 = "0mrzjgkygvfii66bbylj2j93na8i89998yi01fin3whwqbvx0m1p"; 1241 1237 type = "gem"; 1242 1238 }; 1243 - version = "1.1.0"; 1239 + version = "4.0.7"; 1244 1240 }; 1245 - omniauth-multipassword = { 1246 - dependencies = ["omniauth"]; 1241 + haml-rails = { 1242 + dependencies = ["actionpack" "activesupport" "haml" "html2haml" "railties"]; 1247 1243 source = { 1248 1244 remotes = ["https://rubygems.org"]; 1249 - sha256 = "0qykp76hw80lkgb39hyzrv68hkbivc8cv0vbvrnycjh9fwfp1lv8"; 1245 + sha256 = "1hbfznkxab663hxp1v6gpsa7sv6w1fnw9r8b3flixwylnwh3c5dz"; 1250 1246 type = "gem"; 1251 1247 }; 1252 - version = "0.4.2"; 1248 + version = "0.9.0"; 1253 1249 }; 1254 - omniauth-kerberos = { 1255 - dependencies = ["omniauth-multipassword" "timfel-krb5-auth"]; 1250 + hashie = { 1256 1251 source = { 1257 1252 remotes = ["https://rubygems.org"]; 1258 - sha256 = "05xsv76qjxcxzrvabaar2bchv7435y8l2j0wk4zgchh3yv85kiq7"; 1253 + sha256 = "1iv5hd0zcryprx9lbcm615r3afc0d6rhc27clywmhhgpx68k8899"; 1259 1254 type = "gem"; 1260 1255 }; 1261 - version = "0.3.0"; 1256 + version = "3.4.3"; 1262 1257 }; 1263 - omniauth-google-oauth2 = { 1264 - dependencies = ["addressable" "jwt" "multi_json" "omniauth" "omniauth-oauth2"]; 1258 + highline = { 1265 1259 source = { 1266 1260 remotes = ["https://rubygems.org"]; 1267 - sha256 = "1lm4fk6ig9vwzv7398qd861325g678sfr1iv2mm60xswl69964fi"; 1261 + sha256 = "1nf5lgdn6ni2lpfdn4gk3gi47fmnca2bdirabbjbz1fk9w4p8lkr"; 1268 1262 type = "gem"; 1269 1263 }; 1270 - version = "0.2.10"; 1264 + version = "1.7.8"; 1271 1265 }; 1272 - omniauth-gitlab = { 1273 - dependencies = ["omniauth" "omniauth-oauth2"]; 1266 + hike = { 1274 1267 source = { 1275 1268 remotes = ["https://rubygems.org"]; 1276 - sha256 = "083yyc8612kq8ygd8y7s8lxg2d51jcsakbs4pa19aww67gcm72iz"; 1269 + sha256 = "0i6c9hrszzg3gn2j41v3ijnwcm8cc2931fnjiv6mnpl4jcjjykhm"; 1277 1270 type = "gem"; 1278 1271 }; 1279 - version = "1.0.1"; 1272 + version = "1.2.3"; 1280 1273 }; 1281 - omniauth-github = { 1282 - dependencies = ["omniauth" "omniauth-oauth2"]; 1274 + hipchat = { 1275 + dependencies = ["httparty" "mimemagic"]; 1283 1276 source = { 1284 1277 remotes = ["https://rubygems.org"]; 1285 - sha256 = "1mbx3c8m1llhdxrqdciq8jh428bxj1nvf4yhziv2xqmqpjcqz617"; 1278 + sha256 = "0hgy5jav479vbzzk53lazhpjj094dcsqw6w1d6zjn52p72bwq60k"; 1286 1279 type = "gem"; 1287 1280 }; 1288 - version = "1.1.2"; 1281 + version = "1.5.2"; 1289 1282 }; 1290 - omniauth-facebook = { 1291 - dependencies = ["omniauth-oauth2"]; 1283 + html-pipeline = { 1284 + dependencies = ["activesupport" "nokogiri"]; 1292 1285 source = { 1293 1286 remotes = ["https://rubygems.org"]; 1294 - sha256 = "0plj56sna4b6c71k03jsng6gq3r5yxhj7h26ndahc9caasgk869c"; 1287 + sha256 = "1yckdlrn4v5d7bgl8mbffax16640pgg9ny693kqi4j7g17vx2q9l"; 1295 1288 type = "gem"; 1296 1289 }; 1297 - version = "3.0.0"; 1290 + version = "1.11.0"; 1298 1291 }; 1299 - omniauth-cas3 = { 1300 - dependencies = ["addressable" "nokogiri" "omniauth"]; 1292 + html2haml = { 1293 + dependencies = ["erubis" "haml" "nokogiri" "ruby_parser"]; 1301 1294 source = { 1302 1295 remotes = ["https://rubygems.org"]; 1303 - sha256 = "13swm2hi2z63nvb2bps6g41kki8kr9b5c7014rk8259bxlpflrk7"; 1296 + sha256 = "069zcy8lr010hn4qmbi8g5srdf69brk8nbgx4zcqcgbgsl4m8d4i"; 1304 1297 type = "gem"; 1305 1298 }; 1306 - version = "1.1.3"; 1299 + version = "2.0.0"; 1307 1300 }; 1308 - omniauth-bitbucket = { 1309 - dependencies = ["multi_json" "omniauth" "omniauth-oauth"]; 1301 + http-cookie = { 1302 + dependencies = ["domain_name"]; 1310 1303 source = { 1311 1304 remotes = ["https://rubygems.org"]; 1312 - sha256 = "1lals2z1yixffrc97zh7zn1jpz9l6vpb3alcp13im42dq9q0g845"; 1305 + sha256 = "0cz2fdkngs3jc5w32a6xcl511hy03a7zdiy988jk1sf3bf5v3hdw"; 1313 1306 type = "gem"; 1314 1307 }; 1315 - version = "0.0.2"; 1308 + version = "1.0.2"; 1316 1309 }; 1317 - omniauth-azure-oauth2 = { 1318 - dependencies = ["jwt" "omniauth" "omniauth-oauth2"]; 1310 + "http_parser.rb" = { 1319 1311 source = { 1320 1312 remotes = ["https://rubygems.org"]; 1321 - sha256 = "0qay454zvyas8xfnfkycqpjkafaq5pw4gaji176cdfw0blhviz0s"; 1313 + sha256 = "0fwf5d573j1sw52kz057dw0nx2wlivczmx6ybf6mk065n5g54kyn"; 1322 1314 type = "gem"; 1323 1315 }; 1324 - version = "0.0.6"; 1316 + version = "0.5.3"; 1325 1317 }; 1326 - omniauth = { 1318 + httparty = { 1319 + dependencies = ["json" "multi_xml"]; 1327 1320 source = { 1328 1321 remotes = ["https://rubygems.org"]; 1329 - sha256 = "0vsqxgzkcfi10b7k6vpv3shmlphbs8grc29hznwl9s0i16n8962p"; 1322 + sha256 = "0c9gvg6dqw2h3qyaxhrq1pzm6r69zfcmfh038wyhisqsd39g9hr2"; 1330 1323 type = "gem"; 1331 1324 }; 1332 - version = "1.3.1"; 1325 + version = "0.13.7"; 1333 1326 }; 1334 - octokit = { 1327 + httpclient = { 1335 1328 source = { 1336 1329 remotes = ["https://rubygems.org"]; 1337 - sha256 = "0vmknh0vz1g734q32kgpxv0qwz9ifmnw2jfpd2w5rrk6xwq1k7a8"; 1330 + sha256 = "0k6bqsaqq6c824vrbfb5pkz8bpk565zikd10w85rzj2dy809ik6c"; 1338 1331 type = "gem"; 1339 1332 }; 1340 - version = "3.8.0"; 1333 + version = "2.7.0.1"; 1341 1334 }; 1342 - oauth2 = { 1343 - dependencies = ["faraday" "jwt" "multi_json" "multi_xml" "rack"]; 1335 + i18n = { 1344 1336 source = { 1345 1337 remotes = ["https://rubygems.org"]; 1346 - sha256 = "0zaa7qnvizv363apmxx9vxa8f6c6xy70z0jm0ydx38xvhxr8898r"; 1338 + sha256 = "1i5z1ykl8zhszsxcs8mzl8d0dxgs3ylz8qlzrw74jb0gplkx6758"; 1347 1339 type = "gem"; 1348 1340 }; 1349 - version = "1.0.0"; 1341 + version = "0.7.0"; 1350 1342 }; 1351 - oauth = { 1343 + ice_nine = { 1352 1344 source = { 1353 1345 remotes = ["https://rubygems.org"]; 1354 - sha256 = "1k5j09p3al3clpjl6lax62qmhy43f3j3g7i6f9l4dbs6r5vpv95w"; 1346 + sha256 = "0i674zq0hl6rd0wcd12ni38linfja4k0y3mk5barjb4a6f7rcmkd"; 1355 1347 type = "gem"; 1356 1348 }; 1357 - version = "0.4.7"; 1349 + version = "0.11.1"; 1358 1350 }; 1359 - nprogress-rails = { 1351 + inflecto = { 1360 1352 source = { 1361 1353 remotes = ["https://rubygems.org"]; 1362 - sha256 = "1ylq2208i95661ba0p1ng2i38z4978ddwiidvpb614amfdq5pqvn"; 1354 + sha256 = "085l5axmvqw59mw5jg454a3m3gr67ckq9405a075isdsn7bm3sp4"; 1363 1355 type = "gem"; 1364 1356 }; 1365 - version = "0.1.6.7"; 1357 + version = "0.0.2"; 1366 1358 }; 1367 - nokogiri = { 1368 - dependencies = ["mini_portile2"]; 1359 + influxdb = { 1360 + dependencies = ["cause" "json"]; 1369 1361 source = { 1370 1362 remotes = ["https://rubygems.org"]; 1371 - sha256 = "11sbmpy60ynak6s3794q32lc99hs448msjy8rkp84ay7mq7zqspv"; 1372 - type = "gem"; 1373 - }; 1374 - version = "1.6.7.2"; 1375 - }; 1376 - newrelic_rpm = { 1377 - version = "3.14.1.311"; 1378 - source = { 1363 + sha256 = "1vhg5nd88nwvfa76lqcczld916nljswwq6clsixrzi3js8ym9y1w"; 1379 1364 type = "gem"; 1380 - remotes = ["https://rubygems.org"]; 1381 - sha256 = "155aj845rxn8ikcs15gphr8svnsrki8wzps794ddbi90h0ypr319"; 1382 1365 }; 1366 + version = "0.2.3"; 1383 1367 }; 1384 - netrc = { 1368 + ipaddress = { 1385 1369 source = { 1386 1370 remotes = ["https://rubygems.org"]; 1387 - sha256 = "0gzfmcywp1da8nzfqsql2zqi648mfnx6qwkig3cv36n9m0yy676y"; 1371 + sha256 = "0sl0ldvhd6j0qbwhz18w24qy65mdj448b2vhgh2cwn7xrkksmv9l"; 1388 1372 type = "gem"; 1389 1373 }; 1390 - version = "0.11.0"; 1374 + version = "0.8.2"; 1391 1375 }; 1392 - net-ssh = { 1376 + jquery-atwho-rails = { 1393 1377 source = { 1394 1378 remotes = ["https://rubygems.org"]; 1395 - sha256 = "1dzqkgwi9xm6mbfk1rkk17rzmz8m5xakqi21w1b97ybng6kkw0hf"; 1379 + sha256 = "0g8239cddyi48i5n0hq2acg9k7n7jilhby9g36zd19mwqyia16w9"; 1396 1380 type = "gem"; 1397 1381 }; 1398 - version = "3.0.1"; 1382 + version = "1.3.2"; 1399 1383 }; 1400 - net-ldap = { 1384 + jquery-rails = { 1385 + dependencies = ["rails-dom-testing" "railties" "thor"]; 1401 1386 source = { 1402 1387 remotes = ["https://rubygems.org"]; 1403 - sha256 = "0z1j0zklbbx3vi91zcd2v0fnkfgkvq3plisa6hxaid8sqndyak46"; 1388 + sha256 = "028dv2n0r2r8qj1bqcbzmih0hwzh5km6cvscn2808v5gd44z48r1"; 1404 1389 type = "gem"; 1405 1390 }; 1406 - version = "0.12.1"; 1391 + version = "4.0.5"; 1407 1392 }; 1408 - nested_form = { 1393 + jquery-scrollto-rails = { 1394 + dependencies = ["railties"]; 1409 1395 source = { 1410 1396 remotes = ["https://rubygems.org"]; 1411 - sha256 = "0f053j4zfagxyym28msxj56hrpvmyv4lzxy2c5c270f7xbbnii5i"; 1397 + sha256 = "12ic0zxw60ryglm1qjq5ralqd6k4jawmjj7kqnp1nkqds2nvinvp"; 1412 1398 type = "gem"; 1413 1399 }; 1414 - version = "0.3.2"; 1400 + version = "1.4.3"; 1415 1401 }; 1416 - mysql2 = { 1402 + jquery-turbolinks = { 1403 + dependencies = ["railties" "turbolinks"]; 1417 1404 source = { 1418 1405 remotes = ["https://rubygems.org"]; 1419 - sha256 = "0n075x14n9kziv0qdxqlzhf3j1abi1w6smpakfpsg4jbr8hnn5ip"; 1406 + sha256 = "1d23mnl3lgamk9ziw4yyv2ixck6d8s8xp4f9pmwimk0by0jq7xhc"; 1420 1407 type = "gem"; 1421 1408 }; 1422 - version = "0.3.20"; 1409 + version = "2.1.0"; 1423 1410 }; 1424 - multipart-post = { 1411 + jquery-ui-rails = { 1412 + dependencies = ["railties"]; 1425 1413 source = { 1426 1414 remotes = ["https://rubygems.org"]; 1427 - sha256 = "09k0b3cybqilk1gwrwwain95rdypixb2q9w65gd44gfzsd84xi1x"; 1415 + sha256 = "1gfygrv4bjpjd2c377lw7xzk1b77rxjyy3w6wl4bq1gkqvyrkx77"; 1428 1416 type = "gem"; 1429 1417 }; 1430 - version = "2.0.0"; 1418 + version = "5.0.5"; 1431 1419 }; 1432 - multi_xml = { 1420 + json = { 1433 1421 source = { 1434 1422 remotes = ["https://rubygems.org"]; 1435 - sha256 = "0i8r7dsz4z79z3j023l8swan7qpbgxbwwz11g38y2vjqjk16v4q8"; 1423 + sha256 = "1nsby6ry8l9xg3yw4adlhk2pnc7i0h0rznvcss4vk3v74qg0k8lc"; 1436 1424 type = "gem"; 1437 1425 }; 1438 - version = "0.5.5"; 1426 + version = "1.8.3"; 1439 1427 }; 1440 - multi_json = { 1428 + jwt = { 1441 1429 source = { 1442 1430 remotes = ["https://rubygems.org"]; 1443 - sha256 = "1rf3l4j3i11lybqzgq2jhszq7fh7gpmafjzd14ymp9cjfxqg596r"; 1431 + sha256 = "0is8973si98rsry5igqdag2jb1knj6jhmfkr9r4mc5n0yvgr5n2q"; 1444 1432 type = "gem"; 1445 1433 }; 1446 - version = "1.11.2"; 1434 + version = "1.5.2"; 1447 1435 }; 1448 - mousetrap-rails = { 1436 + kaminari = { 1437 + dependencies = ["actionpack" "activesupport"]; 1449 1438 source = { 1450 1439 remotes = ["https://rubygems.org"]; 1451 - sha256 = "00n13r5pwrk4vq018128vcfh021dw0fa2bk4pzsv0fslfm8ayp2m"; 1440 + sha256 = "14vx3kgssl4lv2kn6grr5v2whsynx5rbl1j9aqiq8nc3d7j74l67"; 1452 1441 type = "gem"; 1453 1442 }; 1454 - version = "1.4.6"; 1443 + version = "0.16.3"; 1455 1444 }; 1456 - minitest = { 1445 + kgio = { 1457 1446 source = { 1458 1447 remotes = ["https://rubygems.org"]; 1459 - sha256 = "0rxqfakp629mp3vwda7zpgb57lcns5znkskikbfd0kriwv8i1vq8"; 1448 + sha256 = "1y6wl3vpp82rdv5g340zjgkmy6fny61wib7xylyg0d09k5f26118"; 1460 1449 type = "gem"; 1461 1450 }; 1462 - version = "5.7.0"; 1451 + version = "2.10.0"; 1463 1452 }; 1464 - mini_portile2 = { 1453 + launchy = { 1454 + dependencies = ["addressable"]; 1465 1455 source = { 1466 1456 remotes = ["https://rubygems.org"]; 1467 - sha256 = "056drbn5m4khdxly1asmiik14nyllswr6sh3wallvsywwdiryz8l"; 1457 + sha256 = "190lfbiy1vwxhbgn4nl4dcbzxvm049jwc158r2x7kq3g5khjrxa2"; 1468 1458 type = "gem"; 1469 1459 }; 1470 - version = "2.0.0"; 1460 + version = "2.4.3"; 1471 1461 }; 1472 - mimemagic = { 1462 + letter_opener = { 1463 + dependencies = ["launchy"]; 1473 1464 source = { 1474 1465 remotes = ["https://rubygems.org"]; 1475 - sha256 = "101lq4bnjs7ywdcicpw3vbz9amg5gbb4va1626fybd2hawgdx8d9"; 1466 + sha256 = "1kzbmc686hfh4jznyckq6g40kn14nhb71znsjjm0rc13nb3n0c5l"; 1476 1467 type = "gem"; 1477 1468 }; 1478 - version = "0.3.0"; 1469 + version = "1.1.2"; 1479 1470 }; 1480 - mime-types = { 1471 + listen = { 1472 + dependencies = ["rb-fsevent" "rb-inotify"]; 1481 1473 source = { 1482 1474 remotes = ["https://rubygems.org"]; 1483 - sha256 = "0mhzsanmnzdshaba7gmsjwnv168r1yj8y0flzw88frw1cickrvw8"; 1475 + sha256 = "182wd2pkf690ll19lx6zbk01a3rqkk5lwsyin6kwydl7lqxj5z3g"; 1484 1476 type = "gem"; 1485 1477 }; 1486 - version = "1.25.1"; 1478 + version = "3.0.5"; 1487 1479 }; 1488 - method_source = { 1480 + loofah = { 1481 + dependencies = ["nokogiri"]; 1489 1482 source = { 1490 1483 remotes = ["https://rubygems.org"]; 1491 - sha256 = "1g5i4w0dmlhzd18dijlqw5gk27bv6dj2kziqzrzb7mpgxgsd1sf2"; 1484 + sha256 = "109ps521p0sr3kgc460d58b4pr1z4mqggan2jbsf0aajy9s6xis8"; 1492 1485 type = "gem"; 1493 1486 }; 1494 - version = "0.8.2"; 1487 + version = "2.0.3"; 1495 1488 }; 1496 - mail_room = { 1489 + macaddr = { 1490 + dependencies = ["systemu"]; 1497 1491 source = { 1498 1492 remotes = ["https://rubygems.org"]; 1499 - sha256 = "0jpybhgw9yi50g422qvnwadn5jnj563vh70qaml5cxzdqxbd7fj1"; 1493 + sha256 = "1clii8mvhmh5lmnm95ljnjygyiyhdpja85c5vy487rhxn52scn0b"; 1500 1494 type = "gem"; 1501 1495 }; 1502 - version = "0.6.1"; 1496 + version = "1.7.1"; 1503 1497 }; 1504 1498 mail = { 1505 1499 dependencies = ["mime-types"]; ··· 1510 1504 }; 1511 1505 version = "2.6.3"; 1512 1506 }; 1513 - macaddr = { 1514 - dependencies = ["systemu"]; 1507 + mail_room = { 1515 1508 source = { 1516 1509 remotes = ["https://rubygems.org"]; 1517 - sha256 = "1clii8mvhmh5lmnm95ljnjygyiyhdpja85c5vy487rhxn52scn0b"; 1510 + sha256 = "0jpybhgw9yi50g422qvnwadn5jnj563vh70qaml5cxzdqxbd7fj1"; 1518 1511 type = "gem"; 1519 1512 }; 1520 - version = "1.7.1"; 1513 + version = "0.6.1"; 1521 1514 }; 1522 - loofah = { 1523 - dependencies = ["nokogiri"]; 1515 + method_source = { 1524 1516 source = { 1525 1517 remotes = ["https://rubygems.org"]; 1526 - sha256 = "109ps521p0sr3kgc460d58b4pr1z4mqggan2jbsf0aajy9s6xis8"; 1518 + sha256 = "1g5i4w0dmlhzd18dijlqw5gk27bv6dj2kziqzrzb7mpgxgsd1sf2"; 1527 1519 type = "gem"; 1528 1520 }; 1529 - version = "2.0.3"; 1521 + version = "0.8.2"; 1530 1522 }; 1531 - listen = { 1532 - dependencies = ["rb-fsevent" "rb-inotify"]; 1523 + mime-types = { 1533 1524 source = { 1534 1525 remotes = ["https://rubygems.org"]; 1535 - sha256 = "182wd2pkf690ll19lx6zbk01a3rqkk5lwsyin6kwydl7lqxj5z3g"; 1526 + sha256 = "0mhzsanmnzdshaba7gmsjwnv168r1yj8y0flzw88frw1cickrvw8"; 1536 1527 type = "gem"; 1537 1528 }; 1538 - version = "3.0.5"; 1529 + version = "1.25.1"; 1539 1530 }; 1540 - letter_opener = { 1541 - dependencies = ["launchy"]; 1531 + mimemagic = { 1542 1532 source = { 1543 1533 remotes = ["https://rubygems.org"]; 1544 - sha256 = "1kzbmc686hfh4jznyckq6g40kn14nhb71znsjjm0rc13nb3n0c5l"; 1534 + sha256 = "101lq4bnjs7ywdcicpw3vbz9amg5gbb4va1626fybd2hawgdx8d9"; 1545 1535 type = "gem"; 1546 1536 }; 1547 - version = "1.1.2"; 1537 + version = "0.3.0"; 1548 1538 }; 1549 - launchy = { 1550 - dependencies = ["addressable"]; 1539 + mini_portile2 = { 1551 1540 source = { 1552 1541 remotes = ["https://rubygems.org"]; 1553 - sha256 = "190lfbiy1vwxhbgn4nl4dcbzxvm049jwc158r2x7kq3g5khjrxa2"; 1542 + sha256 = "056drbn5m4khdxly1asmiik14nyllswr6sh3wallvsywwdiryz8l"; 1554 1543 type = "gem"; 1555 1544 }; 1556 - version = "2.4.3"; 1545 + version = "2.0.0"; 1557 1546 }; 1558 - kgio = { 1547 + minitest = { 1559 1548 source = { 1560 1549 remotes = ["https://rubygems.org"]; 1561 - sha256 = "1y6wl3vpp82rdv5g340zjgkmy6fny61wib7xylyg0d09k5f26118"; 1550 + sha256 = "0rxqfakp629mp3vwda7zpgb57lcns5znkskikbfd0kriwv8i1vq8"; 1562 1551 type = "gem"; 1563 1552 }; 1564 - version = "2.10.0"; 1553 + version = "5.7.0"; 1565 1554 }; 1566 - kaminari = { 1567 - dependencies = ["actionpack" "activesupport"]; 1555 + mousetrap-rails = { 1568 1556 source = { 1569 1557 remotes = ["https://rubygems.org"]; 1570 - sha256 = "14vx3kgssl4lv2kn6grr5v2whsynx5rbl1j9aqiq8nc3d7j74l67"; 1558 + sha256 = "00n13r5pwrk4vq018128vcfh021dw0fa2bk4pzsv0fslfm8ayp2m"; 1571 1559 type = "gem"; 1572 1560 }; 1573 - version = "0.16.3"; 1561 + version = "1.4.6"; 1574 1562 }; 1575 - jwt = { 1563 + multi_json = { 1576 1564 source = { 1577 1565 remotes = ["https://rubygems.org"]; 1578 - sha256 = "0is8973si98rsry5igqdag2jb1knj6jhmfkr9r4mc5n0yvgr5n2q"; 1566 + sha256 = "1rf3l4j3i11lybqzgq2jhszq7fh7gpmafjzd14ymp9cjfxqg596r"; 1579 1567 type = "gem"; 1580 1568 }; 1581 - version = "1.5.2"; 1569 + version = "1.11.2"; 1582 1570 }; 1583 - json = { 1571 + multi_xml = { 1584 1572 source = { 1585 1573 remotes = ["https://rubygems.org"]; 1586 - sha256 = "1nsby6ry8l9xg3yw4adlhk2pnc7i0h0rznvcss4vk3v74qg0k8lc"; 1574 + sha256 = "0i8r7dsz4z79z3j023l8swan7qpbgxbwwz11g38y2vjqjk16v4q8"; 1587 1575 type = "gem"; 1588 1576 }; 1589 - version = "1.8.3"; 1577 + version = "0.5.5"; 1590 1578 }; 1591 - jquery-ui-rails = { 1592 - dependencies = ["railties"]; 1579 + multipart-post = { 1593 1580 source = { 1594 1581 remotes = ["https://rubygems.org"]; 1595 - sha256 = "1gfygrv4bjpjd2c377lw7xzk1b77rxjyy3w6wl4bq1gkqvyrkx77"; 1582 + sha256 = "09k0b3cybqilk1gwrwwain95rdypixb2q9w65gd44gfzsd84xi1x"; 1596 1583 type = "gem"; 1597 1584 }; 1598 - version = "5.0.5"; 1585 + version = "2.0.0"; 1599 1586 }; 1600 - jquery-turbolinks = { 1601 - dependencies = ["railties" "turbolinks"]; 1587 + mysql2 = { 1602 1588 source = { 1603 1589 remotes = ["https://rubygems.org"]; 1604 - sha256 = "1d23mnl3lgamk9ziw4yyv2ixck6d8s8xp4f9pmwimk0by0jq7xhc"; 1590 + sha256 = "0n075x14n9kziv0qdxqlzhf3j1abi1w6smpakfpsg4jbr8hnn5ip"; 1605 1591 type = "gem"; 1606 1592 }; 1607 - version = "2.1.0"; 1593 + version = "0.3.20"; 1608 1594 }; 1609 - jquery-scrollto-rails = { 1610 - dependencies = ["railties"]; 1595 + nested_form = { 1611 1596 source = { 1612 1597 remotes = ["https://rubygems.org"]; 1613 - sha256 = "12ic0zxw60ryglm1qjq5ralqd6k4jawmjj7kqnp1nkqds2nvinvp"; 1598 + sha256 = "0f053j4zfagxyym28msxj56hrpvmyv4lzxy2c5c270f7xbbnii5i"; 1614 1599 type = "gem"; 1615 1600 }; 1616 - version = "1.4.3"; 1601 + version = "0.3.2"; 1617 1602 }; 1618 - jquery-rails = { 1619 - dependencies = ["rails-dom-testing" "railties" "thor"]; 1603 + net-ldap = { 1620 1604 source = { 1621 1605 remotes = ["https://rubygems.org"]; 1622 - sha256 = "028dv2n0r2r8qj1bqcbzmih0hwzh5km6cvscn2808v5gd44z48r1"; 1606 + sha256 = "0z1j0zklbbx3vi91zcd2v0fnkfgkvq3plisa6hxaid8sqndyak46"; 1623 1607 type = "gem"; 1624 1608 }; 1625 - version = "4.0.5"; 1609 + version = "0.12.1"; 1626 1610 }; 1627 - jquery-atwho-rails = { 1611 + net-ssh = { 1628 1612 source = { 1629 1613 remotes = ["https://rubygems.org"]; 1630 - sha256 = "0g8239cddyi48i5n0hq2acg9k7n7jilhby9g36zd19mwqyia16w9"; 1614 + sha256 = "1dzqkgwi9xm6mbfk1rkk17rzmz8m5xakqi21w1b97ybng6kkw0hf"; 1631 1615 type = "gem"; 1632 1616 }; 1633 - version = "1.3.2"; 1617 + version = "3.0.1"; 1634 1618 }; 1635 - ipaddress = { 1619 + netrc = { 1636 1620 source = { 1637 1621 remotes = ["https://rubygems.org"]; 1638 - sha256 = "0sl0ldvhd6j0qbwhz18w24qy65mdj448b2vhgh2cwn7xrkksmv9l"; 1622 + sha256 = "0gzfmcywp1da8nzfqsql2zqi648mfnx6qwkig3cv36n9m0yy676y"; 1639 1623 type = "gem"; 1640 1624 }; 1641 - version = "0.8.2"; 1625 + version = "0.11.0"; 1642 1626 }; 1643 - influxdb = { 1644 - dependencies = ["cause" "json"]; 1627 + newrelic_rpm = { 1645 1628 source = { 1646 1629 remotes = ["https://rubygems.org"]; 1647 - sha256 = "1vhg5nd88nwvfa76lqcczld916nljswwq6clsixrzi3js8ym9y1w"; 1630 + sha256 = "155aj845rxn8ikcs15gphr8svnsrki8wzps794ddbi90h0ypr319"; 1648 1631 type = "gem"; 1649 1632 }; 1650 - version = "0.2.3"; 1633 + version = "3.14.1.311"; 1651 1634 }; 1652 - inflecto = { 1635 + nokogiri = { 1636 + dependencies = ["mini_portile2"]; 1653 1637 source = { 1654 1638 remotes = ["https://rubygems.org"]; 1655 - sha256 = "085l5axmvqw59mw5jg454a3m3gr67ckq9405a075isdsn7bm3sp4"; 1639 + sha256 = "11sbmpy60ynak6s3794q32lc99hs448msjy8rkp84ay7mq7zqspv"; 1656 1640 type = "gem"; 1657 1641 }; 1658 - version = "0.0.2"; 1642 + version = "1.6.7.2"; 1659 1643 }; 1660 - ice_nine = { 1644 + nprogress-rails = { 1661 1645 source = { 1662 1646 remotes = ["https://rubygems.org"]; 1663 - sha256 = "0i674zq0hl6rd0wcd12ni38linfja4k0y3mk5barjb4a6f7rcmkd"; 1647 + sha256 = "1ylq2208i95661ba0p1ng2i38z4978ddwiidvpb614amfdq5pqvn"; 1664 1648 type = "gem"; 1665 1649 }; 1666 - version = "0.11.1"; 1650 + version = "0.1.6.7"; 1667 1651 }; 1668 - i18n = { 1652 + oauth = { 1669 1653 source = { 1670 1654 remotes = ["https://rubygems.org"]; 1671 - sha256 = "1i5z1ykl8zhszsxcs8mzl8d0dxgs3ylz8qlzrw74jb0gplkx6758"; 1655 + sha256 = "1k5j09p3al3clpjl6lax62qmhy43f3j3g7i6f9l4dbs6r5vpv95w"; 1672 1656 type = "gem"; 1673 1657 }; 1674 - version = "0.7.0"; 1658 + version = "0.4.7"; 1675 1659 }; 1676 - httpclient = { 1660 + oauth2 = { 1661 + dependencies = ["faraday" "jwt" "multi_json" "multi_xml" "rack"]; 1677 1662 source = { 1678 1663 remotes = ["https://rubygems.org"]; 1679 - sha256 = "0k6bqsaqq6c824vrbfb5pkz8bpk565zikd10w85rzj2dy809ik6c"; 1664 + sha256 = "0zaa7qnvizv363apmxx9vxa8f6c6xy70z0jm0ydx38xvhxr8898r"; 1680 1665 type = "gem"; 1681 1666 }; 1682 - version = "2.7.0.1"; 1667 + version = "1.0.0"; 1683 1668 }; 1684 - httparty = { 1685 - dependencies = ["json" "multi_xml"]; 1669 + octokit = { 1686 1670 source = { 1687 1671 remotes = ["https://rubygems.org"]; 1688 - sha256 = "0c9gvg6dqw2h3qyaxhrq1pzm6r69zfcmfh038wyhisqsd39g9hr2"; 1672 + sha256 = "0vmknh0vz1g734q32kgpxv0qwz9ifmnw2jfpd2w5rrk6xwq1k7a8"; 1689 1673 type = "gem"; 1690 1674 }; 1691 - version = "0.13.7"; 1675 + version = "3.8.0"; 1692 1676 }; 1693 - "http_parser.rb" = { 1677 + omniauth = { 1694 1678 source = { 1695 1679 remotes = ["https://rubygems.org"]; 1696 - sha256 = "0fwf5d573j1sw52kz057dw0nx2wlivczmx6ybf6mk065n5g54kyn"; 1680 + sha256 = "0vsqxgzkcfi10b7k6vpv3shmlphbs8grc29hznwl9s0i16n8962p"; 1697 1681 type = "gem"; 1698 1682 }; 1699 - version = "0.5.3"; 1683 + version = "1.3.1"; 1700 1684 }; 1701 - http-cookie = { 1702 - dependencies = ["domain_name"]; 1685 + omniauth-azure-oauth2 = { 1686 + dependencies = ["jwt" "omniauth" "omniauth-oauth2"]; 1703 1687 source = { 1704 1688 remotes = ["https://rubygems.org"]; 1705 - sha256 = "0cz2fdkngs3jc5w32a6xcl511hy03a7zdiy988jk1sf3bf5v3hdw"; 1689 + sha256 = "0qay454zvyas8xfnfkycqpjkafaq5pw4gaji176cdfw0blhviz0s"; 1706 1690 type = "gem"; 1707 1691 }; 1708 - version = "1.0.2"; 1692 + version = "0.0.6"; 1709 1693 }; 1710 - html2haml = { 1711 - dependencies = ["erubis" "haml" "nokogiri" "ruby_parser"]; 1694 + omniauth-bitbucket = { 1695 + dependencies = ["multi_json" "omniauth" "omniauth-oauth"]; 1712 1696 source = { 1713 1697 remotes = ["https://rubygems.org"]; 1714 - sha256 = "069zcy8lr010hn4qmbi8g5srdf69brk8nbgx4zcqcgbgsl4m8d4i"; 1698 + sha256 = "1lals2z1yixffrc97zh7zn1jpz9l6vpb3alcp13im42dq9q0g845"; 1715 1699 type = "gem"; 1716 1700 }; 1717 - version = "2.0.0"; 1701 + version = "0.0.2"; 1718 1702 }; 1719 - html-pipeline = { 1720 - dependencies = ["activesupport" "nokogiri"]; 1703 + omniauth-cas3 = { 1704 + dependencies = ["addressable" "nokogiri" "omniauth"]; 1721 1705 source = { 1722 1706 remotes = ["https://rubygems.org"]; 1723 - sha256 = "1yckdlrn4v5d7bgl8mbffax16640pgg9ny693kqi4j7g17vx2q9l"; 1707 + sha256 = "13swm2hi2z63nvb2bps6g41kki8kr9b5c7014rk8259bxlpflrk7"; 1724 1708 type = "gem"; 1725 1709 }; 1726 - version = "1.11.0"; 1710 + version = "1.1.3"; 1727 1711 }; 1728 - hipchat = { 1729 - dependencies = ["httparty" "mimemagic"]; 1712 + omniauth-facebook = { 1713 + dependencies = ["omniauth-oauth2"]; 1730 1714 source = { 1731 1715 remotes = ["https://rubygems.org"]; 1732 - sha256 = "0hgy5jav479vbzzk53lazhpjj094dcsqw6w1d6zjn52p72bwq60k"; 1716 + sha256 = "0plj56sna4b6c71k03jsng6gq3r5yxhj7h26ndahc9caasgk869c"; 1733 1717 type = "gem"; 1734 1718 }; 1735 - version = "1.5.2"; 1719 + version = "3.0.0"; 1736 1720 }; 1737 - hike = { 1721 + omniauth-github = { 1722 + dependencies = ["omniauth" "omniauth-oauth2"]; 1738 1723 source = { 1739 1724 remotes = ["https://rubygems.org"]; 1740 - sha256 = "0i6c9hrszzg3gn2j41v3ijnwcm8cc2931fnjiv6mnpl4jcjjykhm"; 1725 + sha256 = "1mbx3c8m1llhdxrqdciq8jh428bxj1nvf4yhziv2xqmqpjcqz617"; 1741 1726 type = "gem"; 1742 1727 }; 1743 - version = "1.2.3"; 1728 + version = "1.1.2"; 1744 1729 }; 1745 - highline = { 1730 + omniauth-gitlab = { 1731 + dependencies = ["omniauth" "omniauth-oauth2"]; 1746 1732 source = { 1747 1733 remotes = ["https://rubygems.org"]; 1748 - sha256 = "1nf5lgdn6ni2lpfdn4gk3gi47fmnca2bdirabbjbz1fk9w4p8lkr"; 1734 + sha256 = "083yyc8612kq8ygd8y7s8lxg2d51jcsakbs4pa19aww67gcm72iz"; 1749 1735 type = "gem"; 1750 1736 }; 1751 - version = "1.7.8"; 1737 + version = "1.0.1"; 1752 1738 }; 1753 - hashie = { 1739 + omniauth-google-oauth2 = { 1740 + dependencies = ["addressable" "jwt" "multi_json" "omniauth" "omniauth-oauth2"]; 1754 1741 source = { 1755 1742 remotes = ["https://rubygems.org"]; 1756 - sha256 = "1iv5hd0zcryprx9lbcm615r3afc0d6rhc27clywmhhgpx68k8899"; 1743 + sha256 = "1lm4fk6ig9vwzv7398qd861325g678sfr1iv2mm60xswl69964fi"; 1757 1744 type = "gem"; 1758 1745 }; 1759 - version = "3.4.3"; 1746 + version = "0.2.10"; 1760 1747 }; 1761 - haml-rails = { 1762 - dependencies = ["actionpack" "activesupport" "haml" "html2haml" "railties"]; 1748 + omniauth-kerberos = { 1749 + dependencies = ["omniauth-multipassword" "timfel-krb5-auth"]; 1763 1750 source = { 1764 1751 remotes = ["https://rubygems.org"]; 1765 - sha256 = "1hbfznkxab663hxp1v6gpsa7sv6w1fnw9r8b3flixwylnwh3c5dz"; 1752 + sha256 = "05xsv76qjxcxzrvabaar2bchv7435y8l2j0wk4zgchh3yv85kiq7"; 1766 1753 type = "gem"; 1767 1754 }; 1768 - version = "0.9.0"; 1755 + version = "0.3.0"; 1769 1756 }; 1770 - haml = { 1771 - dependencies = ["tilt"]; 1757 + omniauth-multipassword = { 1758 + dependencies = ["omniauth"]; 1772 1759 source = { 1773 1760 remotes = ["https://rubygems.org"]; 1774 - sha256 = "0mrzjgkygvfii66bbylj2j93na8i89998yi01fin3whwqbvx0m1p"; 1761 + sha256 = "0qykp76hw80lkgb39hyzrv68hkbivc8cv0vbvrnycjh9fwfp1lv8"; 1775 1762 type = "gem"; 1776 1763 }; 1777 - version = "4.0.7"; 1764 + version = "0.4.2"; 1778 1765 }; 1779 - grape-entity = { 1780 - dependencies = ["activesupport" "multi_json"]; 1766 + omniauth-oauth = { 1767 + dependencies = ["oauth" "omniauth"]; 1781 1768 source = { 1782 1769 remotes = ["https://rubygems.org"]; 1783 - sha256 = "0hxghs2p9ncvdwhp6dwr1a74g552c49dd0jzy0szp4pg2xjbgjk8"; 1770 + sha256 = "1n5vk4by7hkyc09d9blrw2argry5awpw4gbw1l4n2s9b3j4qz037"; 1784 1771 type = "gem"; 1785 1772 }; 1786 - version = "0.4.8"; 1773 + version = "1.1.0"; 1787 1774 }; 1788 - grape = { 1789 - dependencies = ["activesupport" "builder" "hashie" "multi_json" "multi_xml" "rack" "rack-accept" "rack-mount" "virtus"]; 1775 + omniauth-oauth2 = { 1776 + dependencies = ["oauth2" "omniauth"]; 1790 1777 source = { 1791 1778 remotes = ["https://rubygems.org"]; 1792 - sha256 = "1dxfal5jspxq612jjkqbd7xgp5dswdyllbbfq6fj2m7s21pismmh"; 1779 + sha256 = "0mskwlw5ibx9mz7ywqji6mm56ikf7mglbnfc02qhg6ry527jsxdm"; 1793 1780 type = "gem"; 1794 1781 }; 1795 - version = "0.13.0"; 1782 + version = "1.3.1"; 1796 1783 }; 1797 - gon = { 1798 - dependencies = ["actionpack" "json" "multi_json" "request_store"]; 1784 + omniauth-saml = { 1799 1785 source = { 1800 1786 remotes = ["https://rubygems.org"]; 1801 - sha256 = "1f359cd9zsa4nrng35bij5skvjrj5ywn2dhmlg41b97vmza26bxr"; 1787 + sha256 = "0c7pypskq9y6wbl7c8gnp48j256snph11br3csgwvy9whjfisx65"; 1802 1788 type = "gem"; 1803 1789 }; 1804 - version = "6.0.1"; 1790 + version = "1.4.2"; 1805 1791 }; 1806 - gollum-lib = { 1807 - dependencies = ["github-markup" "gollum-grit_adapter" "nokogiri" "rouge" "sanitize" "stringex"]; 1792 + omniauth-shibboleth = { 1793 + dependencies = ["omniauth"]; 1808 1794 source = { 1809 1795 remotes = ["https://rubygems.org"]; 1810 - sha256 = "01s8pgzhc3cgcmsy6hh79wrcbn5vbadniq2a7d4qw87kpq7mzfdm"; 1796 + sha256 = "0a8pwy23aybxhn545357zdjy0hnpfgldwqk5snmz9kxingpq12jl"; 1811 1797 type = "gem"; 1812 1798 }; 1813 - version = "4.1.0"; 1799 + version = "1.2.1"; 1814 1800 }; 1815 - gollum-grit_adapter = { 1816 - dependencies = ["gitlab-grit"]; 1801 + omniauth-twitter = { 1802 + dependencies = ["json" "omniauth-oauth"]; 1817 1803 source = { 1818 1804 remotes = ["https://rubygems.org"]; 1819 - sha256 = "02c5qfq0s0kx2ifnpbnbgz6258fl7rchzzzc7vpx72shi8gbpac7"; 1805 + sha256 = "1hqjpb1zx0pp3s12c83pkpk4kkx41f001jc5n8qz0h3wll0ld833"; 1820 1806 type = "gem"; 1821 1807 }; 1822 - version = "1.0.0"; 1808 + version = "1.2.1"; 1823 1809 }; 1824 - globalid = { 1825 - dependencies = ["activesupport"]; 1810 + omniauth_crowd = { 1811 + dependencies = ["activesupport" "nokogiri" "omniauth"]; 1826 1812 source = { 1827 1813 remotes = ["https://rubygems.org"]; 1828 - sha256 = "145xrpsfx1qqjy33r6qa588wb16dvdhxzj2aysh755vhg6hgm291"; 1814 + sha256 = "12g5ck05h6kr9mnp870x8pkxsadg81ca70hg8n3k8xx007lfw2q7"; 1829 1815 type = "gem"; 1830 1816 }; 1831 - version = "0.3.6"; 1817 + version = "2.2.3"; 1832 1818 }; 1833 - gitlab_omniauth-ldap = { 1834 - dependencies = ["net-ldap" "omniauth" "pyu-ruby-sasl" "rubyntlm"]; 1819 + org-ruby = { 1820 + dependencies = ["rubypants"]; 1835 1821 source = { 1836 1822 remotes = ["https://rubygems.org"]; 1837 - sha256 = "1vbdyi57vvlrigyfhmqrnkw801x57fwa3gxvj1rj2bn9ig5186ri"; 1823 + sha256 = "0x69s7aysfiwlcpd9hkvksfyld34d8kxr62adb59vjvh8hxfrjwk"; 1838 1824 type = "gem"; 1839 1825 }; 1840 - version = "1.2.1"; 1826 + version = "0.9.12"; 1841 1827 }; 1842 - gitlab_meta = { 1828 + orm_adapter = { 1843 1829 source = { 1844 1830 remotes = ["https://rubygems.org"]; 1845 - sha256 = "14vahv7gblcypbvip845sg3lvawf3kij61mkxz5vyfcv23niqvp9"; 1831 + sha256 = "1fg9jpjlzf5y49qs9mlpdrgs5rpcyihq1s4k79nv9js0spjhnpda"; 1846 1832 type = "gem"; 1847 1833 }; 1848 - version = "7.0"; 1834 + version = "0.5.0"; 1849 1835 }; 1850 - gitlab_git = { 1836 + paranoia = { 1837 + dependencies = ["activerecord"]; 1851 1838 source = { 1852 1839 remotes = ["https://rubygems.org"]; 1853 - sha256 = "0311dl4vh6h7k8xarmpr61fndrhbmfskzjzkkj1rr8321gn8znfv"; 1840 + sha256 = "0z2smnnghjhcs4l5fkz9scs1kj0bvj2n8xmzcvw4rg9yprdnlxr0"; 1854 1841 type = "gem"; 1855 1842 }; 1856 - version = "8.2.0"; 1843 + version = "2.1.4"; 1857 1844 }; 1858 - gitlab_emoji = { 1845 + parser = { 1846 + dependencies = ["ast"]; 1859 1847 source = { 1860 1848 remotes = ["https://rubygems.org"]; 1861 - sha256 = "1dy746icdmyc548mb5xkavvkn37pk7vv3gznx0p6hff325pan8dj"; 1849 + sha256 = "14db0gam24j04iprqz4m3hxygkb8h0plnbm0yk4k3lzq6j5wzcac"; 1862 1850 type = "gem"; 1863 1851 }; 1864 - version = "0.3.1"; 1852 + version = "2.2.3.0"; 1865 1853 }; 1866 - gitlab-grit = { 1867 - dependencies = ["charlock_holmes" "diff-lcs" "mime-types" "posix-spawn"]; 1854 + pg = { 1868 1855 source = { 1869 1856 remotes = ["https://rubygems.org"]; 1870 - sha256 = "0nv8shx7w7fww8lf5a2rbvf7bq173rllm381m6x7g1i0qqc68q1b"; 1857 + sha256 = "07dv4ma9xd75xpsnnwwg1yrpwpji7ydy0q1d9dl0yfqbzpidrw32"; 1871 1858 type = "gem"; 1872 1859 }; 1873 - version = "2.7.3"; 1860 + version = "0.18.4"; 1874 1861 }; 1875 - gitlab-flowdock-git-hook = { 1876 - dependencies = ["flowdock" "gitlab-grit" "multi_json"]; 1862 + poltergeist = { 1863 + dependencies = ["capybara" "cliver" "multi_json" "websocket-driver"]; 1877 1864 source = { 1878 1865 remotes = ["https://rubygems.org"]; 1879 - sha256 = "1s3a10cdbh4xy732b92zcsm5zyc1lhi5v29d76j8mwbqmj11a2p8"; 1866 + sha256 = "0ppm4isvbxm739508yjhvisq1iwp1q6h8dx4hkndj2krskavz4i9"; 1880 1867 type = "gem"; 1881 1868 }; 1882 - version = "1.0.1"; 1869 + version = "1.8.1"; 1883 1870 }; 1884 - github-markup = { 1871 + posix-spawn = { 1885 1872 source = { 1886 1873 remotes = ["https://rubygems.org"]; 1887 - sha256 = "01r901wcgn0gs0n9h684gs5n90y1vaj9lxnx4z5ig611jwa43ivq"; 1874 + sha256 = "052lnxbkvlnwfjw4qd7vn2xrlaaqiav6f5x5bcjin97bsrfq6cmr"; 1888 1875 type = "gem"; 1889 1876 }; 1890 - version = "1.3.3"; 1877 + version = "0.3.11"; 1891 1878 }; 1892 - github-linguist = { 1879 + powerpack = { 1893 1880 source = { 1894 1881 remotes = ["https://rubygems.org"]; 1895 - sha256 = "1xxm2lbabkc1xmx2myv56a4fkw3wwg9n8w2bzwrl4s33kf6x62ag"; 1882 + sha256 = "1fnn3fli5wkzyjl4ryh0k90316shqjfnhydmc7f8lqpi0q21va43"; 1896 1883 type = "gem"; 1897 1884 }; 1898 - version = "4.7.5"; 1885 + version = "0.1.1"; 1899 1886 }; 1900 - gherkin-ruby = { 1887 + pry = { 1888 + dependencies = ["coderay" "method_source" "slop"]; 1901 1889 source = { 1902 1890 remotes = ["https://rubygems.org"]; 1903 - sha256 = "18ay7yiibf4sl9n94k7mbi4k5zj2igl4j71qcmkswv69znyx0sn1"; 1891 + sha256 = "1x78rvp69ws37kwig18a8hr79qn36vh8g1fn75p485y3b3yiqszg"; 1904 1892 type = "gem"; 1905 1893 }; 1906 - version = "0.3.2"; 1894 + version = "0.10.3"; 1907 1895 }; 1908 - get_process_mem = { 1896 + pry-rails = { 1897 + dependencies = ["pry"]; 1909 1898 source = { 1910 1899 remotes = ["https://rubygems.org"]; 1911 - sha256 = "025f7v6bpbgsa2nr0hzv2riggj8qmzbwcyxfgjidpmwh5grh7j29"; 1900 + sha256 = "0a2iinvabis2xmv0z7z7jmh7bbkkngxj2qixfdg5m6qj9x8k1kx6"; 1912 1901 type = "gem"; 1913 1902 }; 1914 - version = "0.2.0"; 1903 + version = "0.3.4"; 1915 1904 }; 1916 - gemojione = { 1905 + pyu-ruby-sasl = { 1917 1906 source = { 1918 1907 remotes = ["https://rubygems.org"]; 1919 - sha256 = "0av60lajn64z1csmkzfaf5wvpd3x48lcshiknkqr8m0zx3sg7w3h"; 1908 + sha256 = "1rcpjiz9lrvyb3rd8k8qni0v4ps08psympffyldmmnrqayyad0sn"; 1920 1909 type = "gem"; 1921 1910 }; 1922 - version = "2.2.1"; 1911 + version = "0.0.3.3"; 1923 1912 }; 1924 - gemnasium-gitlab-service = { 1925 - dependencies = ["rugged"]; 1913 + quiet_assets = { 1914 + dependencies = ["railties"]; 1926 1915 source = { 1927 1916 remotes = ["https://rubygems.org"]; 1928 - sha256 = "1qv7fkahmqkah3770ycrxd0x2ais4z41hb43a0r8q8wcdklns3m3"; 1917 + sha256 = "1q4azw4j1xsgd7qwcig110mfdn1fm0y34y87zw9j9v187xr401b1"; 1929 1918 type = "gem"; 1930 1919 }; 1931 - version = "0.2.6"; 1920 + version = "1.0.3"; 1932 1921 }; 1933 - fuubar = { 1934 - dependencies = ["rspec" "ruby-progressbar"]; 1922 + rack = { 1935 1923 source = { 1936 1924 remotes = ["https://rubygems.org"]; 1937 - sha256 = "0xwqs24y8s73aayh39si17kccsmr0bjgmi6jrjyfp7gkjb6iyhpv"; 1925 + sha256 = "09bs295yq6csjnkzj7ncj50i6chfxrhmzg1pk6p0vd2lb9ac8pj5"; 1938 1926 type = "gem"; 1939 1927 }; 1940 - version = "2.0.0"; 1928 + version = "1.6.4"; 1941 1929 }; 1942 - formatador = { 1930 + rack-accept = { 1931 + dependencies = ["rack"]; 1943 1932 source = { 1944 1933 remotes = ["https://rubygems.org"]; 1945 - sha256 = "1gc26phrwlmlqrmz4bagq1wd5b7g64avpx0ghxr9xdxcvmlii0l0"; 1934 + sha256 = "18jdipx17b4ki33cfqvliapd31sbfvs4mv727awynr6v95a7n936"; 1946 1935 type = "gem"; 1947 1936 }; 1948 - version = "0.2.5"; 1937 + version = "0.4.5"; 1949 1938 }; 1950 - foreman = { 1951 - dependencies = ["thor"]; 1939 + rack-attack = { 1940 + dependencies = ["rack"]; 1952 1941 source = { 1953 1942 remotes = ["https://rubygems.org"]; 1954 - sha256 = "1caz8mi7gq1hs4l1flcyyw1iw1bdvdbhppsvy12akr01k3s17xaq"; 1943 + sha256 = "0ihic8ar2ddfv15p5gia8nqzsl3y7iayg5v4rmg72jlvikgsabls"; 1955 1944 type = "gem"; 1956 1945 }; 1957 - version = "0.78.0"; 1946 + version = "4.3.1"; 1958 1947 }; 1959 - font-awesome-rails = { 1960 - dependencies = ["railties"]; 1948 + rack-cors = { 1961 1949 source = { 1962 1950 remotes = ["https://rubygems.org"]; 1963 - sha256 = "09x1bg98sp2v1lsg9h2bal915q811xq84h9d74p1f3378ga63c1x"; 1951 + sha256 = "1sz9d9gjmv2vjl3hddzk269hb1k215k8sp37gicphx82h3chk1kw"; 1964 1952 type = "gem"; 1965 1953 }; 1966 - version = "4.5.0.0"; 1954 + version = "0.4.0"; 1967 1955 }; 1968 - fog-xml = { 1969 - dependencies = ["fog-core" "nokogiri"]; 1956 + rack-mount = { 1957 + dependencies = ["rack"]; 1970 1958 source = { 1971 1959 remotes = ["https://rubygems.org"]; 1972 - sha256 = "1576sbzza47z48p0k9h1wg3rhgcvcvdd1dfz3xx1cgahwr564fqa"; 1960 + sha256 = "09a1qfaxxsll1kbgz7z0q0nr48sfmfm7akzaviis5bjpa5r00ld2"; 1973 1961 type = "gem"; 1974 1962 }; 1975 - version = "0.1.2"; 1963 + version = "0.8.3"; 1976 1964 }; 1977 - fog-xenserver = { 1978 - dependencies = ["fog-core" "fog-xml"]; 1965 + rack-oauth2 = { 1966 + dependencies = ["activesupport" "attr_required" "httpclient" "multi_json" "rack"]; 1979 1967 source = { 1980 1968 remotes = ["https://rubygems.org"]; 1981 - sha256 = "1ngw8hh8ljk7wi0cp8n4b4jcy2acx0yqzjk7851m3mp0kji5dlgl"; 1969 + sha256 = "1szfnb74p5s7k0glpmiv16rfl4wx9mnrr7riapgpbcx163zzkxad"; 1982 1970 type = "gem"; 1983 1971 }; 1984 - version = "0.2.2"; 1972 + version = "1.2.1"; 1985 1973 }; 1986 - fog-voxel = { 1987 - dependencies = ["fog-core" "fog-xml"]; 1974 + rack-protection = { 1975 + dependencies = ["rack"]; 1988 1976 source = { 1989 1977 remotes = ["https://rubygems.org"]; 1990 - sha256 = "10skdnj59yf4jpvq769njjrvh2l0wzaa7liva8n78qq003mvmfgx"; 1978 + sha256 = "0cvb21zz7p9wy23wdav63z5qzfn4nialik22yqp6gihkgfqqrh5r"; 1991 1979 type = "gem"; 1992 1980 }; 1993 - version = "0.1.0"; 1981 + version = "1.5.3"; 1994 1982 }; 1995 - fog-vmfusion = { 1996 - dependencies = ["fission" "fog-core"]; 1983 + rack-test = { 1984 + dependencies = ["rack"]; 1997 1985 source = { 1998 1986 remotes = ["https://rubygems.org"]; 1999 - sha256 = "0g0l0k9ylxk1h9pzqr6h2ba98fl47lpp3j19lqv4jxw0iw1rqxn4"; 1987 + sha256 = "0h6x5jq24makgv2fq5qqgjlrk74dxfy62jif9blk43llw8ib2q7z"; 2000 1988 type = "gem"; 2001 1989 }; 2002 - version = "0.1.0"; 1990 + version = "0.6.3"; 2003 1991 }; 2004 - fog-terremark = { 2005 - dependencies = ["fog-core" "fog-xml"]; 1992 + rails = { 1993 + dependencies = ["actionmailer" "actionpack" "actionview" "activejob" "activemodel" "activerecord" "activesupport" "railties" "sprockets-rails"]; 2006 1994 source = { 2007 1995 remotes = ["https://rubygems.org"]; 2008 - sha256 = "01lfkh9jppj0iknlklmwyb7ym3bfhkq58m3absb6rf5a5mcwi3lf"; 1996 + sha256 = "aa93c1b9eb8b535eee58280504e30237f88217699fe9bb016e458e5122eefa2e"; 2009 1997 type = "gem"; 2010 1998 }; 2011 - version = "0.1.0"; 1999 + version = "4.2.5.2"; 2012 2000 }; 2013 - fog-storm_on_demand = { 2014 - dependencies = ["fog-core" "fog-json"]; 2001 + rails-deprecated_sanitizer = { 2002 + dependencies = ["activesupport"]; 2015 2003 source = { 2016 2004 remotes = ["https://rubygems.org"]; 2017 - sha256 = "0fif1x8ci095b2yyilf65n7x6iyvn448azrsnmwsdkriy8vxxv3y"; 2005 + sha256 = "0qxymchzdxww8bjsxj05kbf86hsmrjx40r41ksj0xsixr2gmhbbj"; 2018 2006 type = "gem"; 2019 2007 }; 2020 - version = "0.1.1"; 2008 + version = "1.0.3"; 2021 2009 }; 2022 - fog-softlayer = { 2023 - dependencies = ["fog-core" "fog-json"]; 2010 + rails-dom-testing = { 2011 + dependencies = ["activesupport" "nokogiri" "rails-deprecated_sanitizer"]; 2024 2012 source = { 2025 2013 remotes = ["https://rubygems.org"]; 2026 - sha256 = "1zax2wws0q8pm787jnlxd2xlj23f2acz0s6jl5nzczyxjgll571r"; 2014 + sha256 = "1v8jl6803mbqpxh4hn0szj081q1a3ap0nb8ni0qswi7z4la844v8"; 2015 + type = "gem"; 2016 + }; 2017 + version = "1.0.7"; 2018 + }; 2019 + rails-html-sanitizer = { 2020 + dependencies = ["loofah"]; 2021 + source = { 2022 + remotes = ["https://rubygems.org"]; 2023 + sha256 = "138fd86kv073zqfx0xifm646w6bgw2lr8snk16lknrrfrss8xnm7"; 2027 2024 type = "gem"; 2028 2025 }; 2029 2026 version = "1.0.3"; 2030 2027 }; 2031 - fog-serverlove = { 2032 - dependencies = ["fog-core" "fog-json"]; 2028 + railties = { 2029 + dependencies = ["actionpack" "activesupport" "rake" "thor"]; 2033 2030 source = { 2034 2031 remotes = ["https://rubygems.org"]; 2035 - sha256 = "0hxgmwzygrw25rbsy05i6nzsyr0xl7xj5j2sjpkb9n9wli5sagci"; 2032 + sha256 = "cfff64cbc0e409341003c35fa2e576e6a8cd8259a9894d09f15c6123be73f146"; 2036 2033 type = "gem"; 2037 2034 }; 2038 - version = "0.1.2"; 2035 + version = "4.2.5.2"; 2039 2036 }; 2040 - fog-sakuracloud = { 2041 - dependencies = ["fog-core" "fog-json"]; 2037 + rainbow = { 2042 2038 source = { 2043 2039 remotes = ["https://rubygems.org"]; 2044 - sha256 = "08krsn9sk5sx0aza812g31r169bd0zanb8pq5am3a64j6azarimd"; 2040 + sha256 = "0dsnzfjiih2w8npsjab3yx1ssmmvmgjkbxny0i9yzrdy7whfw7b4"; 2045 2041 type = "gem"; 2046 2042 }; 2047 - version = "1.7.5"; 2043 + version = "2.0.0"; 2048 2044 }; 2049 - fog-riakcs = { 2050 - dependencies = ["fog-core" "fog-json" "fog-xml"]; 2045 + raindrops = { 2051 2046 source = { 2052 2047 remotes = ["https://rubygems.org"]; 2053 - sha256 = "1nbxc4dky3agfwrmgm1aqmi59p6vnvfnfbhhg7xpg4c2cf41whxm"; 2048 + sha256 = "1hv0xhr762axywr937czi92fs0x3zk7k22vg6f4i7rr8d05sp560"; 2054 2049 type = "gem"; 2055 2050 }; 2056 - version = "0.1.0"; 2051 + version = "0.15.0"; 2057 2052 }; 2058 - fog-radosgw = { 2059 - dependencies = ["fog-core" "fog-json" "fog-xml"]; 2053 + rake = { 2060 2054 source = { 2061 2055 remotes = ["https://rubygems.org"]; 2062 - sha256 = "0nslgv8yp5qkiryj3zsm91gs7s6i626igj61kwxjjwk2yv6swyr6"; 2056 + sha256 = "0jcabbgnjc788chx31sihc5pgbqnlc1c75wakmqlbjdm8jns2m9b"; 2063 2057 type = "gem"; 2064 2058 }; 2065 - version = "0.0.5"; 2059 + version = "10.5.0"; 2066 2060 }; 2067 - fog-profitbricks = { 2068 - dependencies = ["fog-core" "fog-xml" "nokogiri"]; 2061 + raphael-rails = { 2069 2062 source = { 2070 2063 remotes = ["https://rubygems.org"]; 2071 - sha256 = "154sqs2dcmvg21v4m3fj8f09z5i70sq8a485v6rdygsffs8xrycn"; 2064 + sha256 = "0sjiaymvfn4al5dr1pza5i142byan0fxnj4rymziyql2bzvdm2bc"; 2072 2065 type = "gem"; 2073 2066 }; 2074 - version = "0.0.5"; 2067 + version = "2.1.2"; 2075 2068 }; 2076 - fog-powerdns = { 2077 - dependencies = ["fog-core" "fog-json" "fog-xml"]; 2069 + rb-fsevent = { 2078 2070 source = { 2079 2071 remotes = ["https://rubygems.org"]; 2080 - sha256 = "08zavzwfkk344gz83phz4sy9nsjznsdjsmn1ifp6ja17bvydlhh7"; 2072 + sha256 = "1hq57by28iv0ijz8pk9ynih0xdg7vnl1010xjcijfklrcv89a1j2"; 2081 2073 type = "gem"; 2082 2074 }; 2083 - version = "0.1.1"; 2075 + version = "0.9.6"; 2084 2076 }; 2085 - fog-local = { 2086 - dependencies = ["fog-core"]; 2077 + rb-inotify = { 2078 + dependencies = ["ffi"]; 2087 2079 source = { 2088 2080 remotes = ["https://rubygems.org"]; 2089 - sha256 = "0i5hxwzmc2ag3z9nlligsaf679kp2pz39cd8n2s9cmxaamnlh2s3"; 2081 + sha256 = "0kddx2ia0qylw3r52nhg83irkaclvrncgy2m1ywpbhlhsz1rymb9"; 2090 2082 type = "gem"; 2091 2083 }; 2092 - version = "0.2.1"; 2084 + version = "0.9.5"; 2093 2085 }; 2094 - fog-json = { 2095 - dependencies = ["fog-core" "multi_json"]; 2086 + rblineprof = { 2087 + dependencies = ["debugger-ruby_core_source"]; 2096 2088 source = { 2097 2089 remotes = ["https://rubygems.org"]; 2098 - sha256 = "0advkkdjajkym77r3c0bg2rlahl2akj0vl4p5r273k2qmi16n00r"; 2090 + sha256 = "0m58kdjgncwf0h1qry3qk5h4bg8sj0idykqqijqcrr09mxfd9yc6"; 2099 2091 type = "gem"; 2100 2092 }; 2101 - version = "1.0.2"; 2093 + version = "0.3.6"; 2102 2094 }; 2103 - fog-google = { 2104 - dependencies = ["fog-core" "fog-json" "fog-xml"]; 2095 + rdoc = { 2096 + dependencies = ["json"]; 2105 2097 source = { 2106 2098 remotes = ["https://rubygems.org"]; 2107 - sha256 = "0z4vmswpqwph04c0wqzrscns1d1wdm8kbxx457bv156mawzrhfj3"; 2099 + sha256 = "1v9k4sp5yzj2bshngckdvivj6bszciskk1nd2r3wri2ygs7vgqm8"; 2108 2100 type = "gem"; 2109 2101 }; 2110 - version = "0.1.0"; 2102 + version = "3.12.2"; 2111 2103 }; 2112 - fog-ecloud = { 2113 - dependencies = ["fog-core" "fog-xml"]; 2104 + recaptcha = { 2105 + dependencies = ["json"]; 2114 2106 source = { 2115 2107 remotes = ["https://rubygems.org"]; 2116 - sha256 = "18rb4qjad9xwwqvvpj8r2h0hi9svy71pm4d3fc28cdcnfarmdi06"; 2108 + sha256 = "190qqklirmi31s6ih7png4h9xmx1p5h2n5fi45z90y8hsp5w1sh1"; 2117 2109 type = "gem"; 2118 2110 }; 2119 - version = "0.3.0"; 2111 + version = "1.0.2"; 2120 2112 }; 2121 - fog-dynect = { 2122 - dependencies = ["fog-core" "fog-json" "fog-xml"]; 2113 + redcarpet = { 2123 2114 source = { 2124 2115 remotes = ["https://rubygems.org"]; 2125 - sha256 = "18lqmdkm22254z86jh3aa9v9vqk8bgbd3d1m0w7az3ij47ak7kch"; 2116 + sha256 = "14i3wypp97bpk20679d1csy88q4hsgfqbnqw6mryl77m2g0d09pk"; 2126 2117 type = "gem"; 2127 2118 }; 2128 - version = "0.0.2"; 2119 + version = "3.3.3"; 2129 2120 }; 2130 - fog-core = { 2131 - dependencies = ["builder" "excon" "formatador"]; 2121 + RedCloth = { 2132 2122 source = { 2133 2123 remotes = ["https://rubygems.org"]; 2134 - sha256 = "02z91r3f5a64hlalm6h39v0778yl2kk3qvva0zvplpp9hpwbwzhl"; 2124 + sha256 = "06pahxyrckhgb7alsxwhhlx1ib2xsx33793finj01jk8i054bkxl"; 2135 2125 type = "gem"; 2136 2126 }; 2137 - version = "1.35.0"; 2127 + version = "4.2.9"; 2138 2128 }; 2139 - fog-brightbox = { 2140 - dependencies = ["fog-core" "fog-json" "inflecto"]; 2129 + redis = { 2141 2130 source = { 2142 2131 remotes = ["https://rubygems.org"]; 2143 - sha256 = "0p7rbx587hb1d1am90dcr3zdp6y50c2zddh97yfgl62vji0pbkkd"; 2132 + sha256 = "0255w9izzs04hw9wivn05yqiwi34w28ylxs0xvpmwc1vrh18fwcl"; 2144 2133 type = "gem"; 2145 2134 }; 2146 - version = "0.10.1"; 2135 + version = "3.2.2"; 2147 2136 }; 2148 - fog-aws = { 2149 - dependencies = ["fog-core" "fog-json" "fog-xml" "ipaddress"]; 2137 + redis-actionpack = { 2138 + dependencies = ["actionpack" "redis-rack" "redis-store"]; 2150 2139 source = { 2151 2140 remotes = ["https://rubygems.org"]; 2152 - sha256 = "1pzfahq8h3alfflb5dr8lm02q27x81vm96qn5zyfdlx86yy7bq96"; 2141 + sha256 = "1jjl6dhhpdapdaywq5iqz7z36mwbw0cn0m30wcc5wcbv7xmiiygw"; 2153 2142 type = "gem"; 2154 2143 }; 2155 - version = "0.8.1"; 2144 + version = "4.0.1"; 2156 2145 }; 2157 - fog-atmos = { 2158 - dependencies = ["fog-core" "fog-xml"]; 2146 + redis-activesupport = { 2147 + dependencies = ["activesupport" "redis-store"]; 2159 2148 source = { 2160 2149 remotes = ["https://rubygems.org"]; 2161 - sha256 = "1aaxgnw9zy96gsh4h73kszypc32sx497s6bslvhfqh32q9d1y8c9"; 2150 + sha256 = "10y3kybz21n2z11478sf0cp4xzclvxf0b428787brmgpc6i7p7zg"; 2162 2151 type = "gem"; 2163 2152 }; 2164 - version = "0.1.0"; 2153 + version = "4.1.5"; 2165 2154 }; 2166 - fog-aliyun = { 2167 - dependencies = ["fog-core" "fog-json" "ipaddress" "xml-simple"]; 2155 + redis-namespace = { 2156 + dependencies = ["redis"]; 2168 2157 source = { 2169 2158 remotes = ["https://rubygems.org"]; 2170 - sha256 = "1i76g8sdskyfc0gcnd6n9i757s7dmwg3wf6spcr2xh8wzyxkm1pj"; 2159 + sha256 = "0rp8gfkznfxqzxk9s976k71jnljkh0clkrhnp6vgx46s5yhj9g25"; 2171 2160 type = "gem"; 2172 2161 }; 2173 - version = "0.1.0"; 2162 + version = "1.5.2"; 2174 2163 }; 2175 - fog = { 2176 - dependencies = ["fog-aliyun" "fog-atmos" "fog-aws" "fog-brightbox" "fog-core" "fog-dynect" "fog-ecloud" "fog-google" "fog-json" "fog-local" "fog-powerdns" "fog-profitbricks" "fog-radosgw" "fog-riakcs" "fog-sakuracloud" "fog-serverlove" "fog-softlayer" "fog-storm_on_demand" "fog-terremark" "fog-vmfusion" "fog-voxel" "fog-xenserver" "fog-xml" "ipaddress" "nokogiri"]; 2164 + redis-rack = { 2165 + dependencies = ["rack" "redis-store"]; 2177 2166 source = { 2178 2167 remotes = ["https://rubygems.org"]; 2179 - sha256 = "1ml31jdycqdm8w7w3l9pbyrgbnmrrnhmkppa2x4bwi9as1n1jmwq"; 2168 + sha256 = "1y1mxx8gn0krdrpwllv7fqsbvki1qjnb2dz8b4q9gwc326829gk8"; 2180 2169 type = "gem"; 2181 2170 }; 2182 - version = "1.36.0"; 2171 + version = "1.5.0"; 2183 2172 }; 2184 - flowdock = { 2185 - dependencies = ["httparty" "multi_json"]; 2173 + redis-rails = { 2174 + dependencies = ["redis-actionpack" "redis-activesupport" "redis-store"]; 2186 2175 source = { 2187 2176 remotes = ["https://rubygems.org"]; 2188 - sha256 = "04nrvg4gzgabf5mnnhccl8bwrkvn3y4pm7a1dqzqhpvfr4m5pafg"; 2177 + sha256 = "0igww7hb58aq74mh50dli3zjg78b54y8nhd0h1h9vz4vgjd4q8m7"; 2189 2178 type = "gem"; 2190 2179 }; 2191 - version = "0.7.1"; 2180 + version = "4.0.0"; 2192 2181 }; 2193 - flog = { 2194 - dependencies = ["ruby_parser" "sexp_processor"]; 2182 + redis-store = { 2183 + dependencies = ["redis"]; 2195 2184 source = { 2196 2185 remotes = ["https://rubygems.org"]; 2197 - sha256 = "1asrcdj6gh5mxcimqak94jjyyi5cxnqn904lc8pmrljg1nv1bxpm"; 2186 + sha256 = "0gf462p0wx4hn7m1m8ghs701n6xx0ijzm5cff9xfagd2s6va145m"; 2198 2187 type = "gem"; 2199 2188 }; 2200 - version = "4.3.2"; 2189 + version = "1.1.7"; 2201 2190 }; 2202 - flay = { 2203 - dependencies = ["ruby_parser" "sexp_processor"]; 2191 + request_store = { 2204 2192 source = { 2205 2193 remotes = ["https://rubygems.org"]; 2206 - sha256 = "0zcp9nmnfqixdcqa2dzwwjy5np4n2n16bj25gw7bbzbjp9hqzhn6"; 2194 + sha256 = "01rxi2hw84y133z0r91jns4aaywd8d83wjq0xgb42iaicf0a90p9"; 2207 2195 type = "gem"; 2208 2196 }; 2209 - version = "2.6.1"; 2197 + version = "1.2.1"; 2210 2198 }; 2211 - fission = { 2212 - dependencies = ["CFPropertyList"]; 2199 + rerun = { 2200 + dependencies = ["listen"]; 2213 2201 source = { 2214 2202 remotes = ["https://rubygems.org"]; 2215 - sha256 = "09pmp1j1rr8r3pcmbn2na2ls7s1j9ijbxj99xi3a8r6v5xhjdjzh"; 2203 + sha256 = "0av239bpmy55fdx4qaw9n71aapjy2myr51h5plzjxsyr0fdwn1xq"; 2216 2204 type = "gem"; 2217 2205 }; 2218 - version = "0.5.0"; 2206 + version = "0.11.0"; 2219 2207 }; 2220 - ffi = { 2208 + responders = { 2209 + dependencies = ["railties"]; 2221 2210 source = { 2222 2211 remotes = ["https://rubygems.org"]; 2223 - sha256 = "1m5mprppw0xcrv2mkim5zsk70v089ajzqiq5hpyb0xg96fcyzyxj"; 2212 + sha256 = "1i00bxp8fa67rzl50wfiaw16w21j5d5gwjjkdiwr0sw9q6ixmpz1"; 2224 2213 type = "gem"; 2225 2214 }; 2226 - version = "1.9.10"; 2215 + version = "2.1.1"; 2227 2216 }; 2228 - ffaker = { 2217 + rest-client = { 2218 + dependencies = ["http-cookie" "mime-types" "netrc"]; 2229 2219 source = { 2230 2220 remotes = ["https://rubygems.org"]; 2231 - sha256 = "19fnbbsw87asyb1hvkr870l2yldah2jcjb8074pgyrma5lynwmn0"; 2221 + sha256 = "1m8z0c4yf6w47iqz6j2p7x1ip4qnnzvhdph9d5fgx081cvjly3p7"; 2232 2222 type = "gem"; 2233 2223 }; 2234 - version = "2.0.0"; 2224 + version = "1.8.0"; 2235 2225 }; 2236 - fastercsv = { 2226 + rinku = { 2237 2227 source = { 2238 2228 remotes = ["https://rubygems.org"]; 2239 - sha256 = "1df3vfgw5wg0s405z0pj0rfcvnl9q6wak7ka8gn0xqg4cag1k66h"; 2229 + sha256 = "1jh6nys332brph55i6x6cil6swm086kxjw34wq131nl6mwryqp7b"; 2240 2230 type = "gem"; 2241 2231 }; 2242 - version = "1.5.5"; 2232 + version = "1.7.3"; 2243 2233 }; 2244 - faraday_middleware-multi_json = { 2245 - dependencies = ["faraday_middleware" "multi_json"]; 2234 + rotp = { 2246 2235 source = { 2247 2236 remotes = ["https://rubygems.org"]; 2248 - sha256 = "0651sxhzbq9xfq3hbpmrp0nbybxnm9ja3m97k386m4bqgamlvz1q"; 2237 + sha256 = "1nzsc9hfxijnyzjbv728ln9dm80bc608chaihjdk63i2wi4m529g"; 2249 2238 type = "gem"; 2250 2239 }; 2251 - version = "0.0.6"; 2240 + version = "2.1.1"; 2252 2241 }; 2253 - faraday_middleware = { 2254 - dependencies = ["faraday"]; 2242 + rouge = { 2255 2243 source = { 2256 2244 remotes = ["https://rubygems.org"]; 2257 - sha256 = "0nxia26xzy8i56qfyz1bg8dg9yb26swpgci8n5jry8mh4bnx5r5h"; 2245 + sha256 = "0wp8as9ypdy18kdj9h70kny1rdfq71mr8cj2bpahr9vxjjvjasqz"; 2258 2246 type = "gem"; 2259 2247 }; 2260 - version = "0.10.0"; 2248 + version = "1.10.1"; 2261 2249 }; 2262 - faraday = { 2263 - dependencies = ["multipart-post"]; 2250 + rqrcode = { 2251 + dependencies = ["chunky_png"]; 2264 2252 source = { 2265 2253 remotes = ["https://rubygems.org"]; 2266 - sha256 = "1kplqkpn2s2yl3lxdf6h7sfldqvkbkpxwwxhyk7mdhjplb5faqh6"; 2254 + sha256 = "188n1mvc7klrlw30bai16sdg4yannmy7cz0sg0nvm6f1kjx5qflb"; 2267 2255 type = "gem"; 2268 2256 }; 2269 - version = "0.9.2"; 2257 + version = "0.7.0"; 2270 2258 }; 2271 - factory_girl_rails = { 2272 - dependencies = ["factory_girl" "railties"]; 2259 + rqrcode-rails3 = { 2260 + dependencies = ["rqrcode"]; 2273 2261 source = { 2274 2262 remotes = ["https://rubygems.org"]; 2275 - sha256 = "1jj0yl6mfildb4g79dwgc1q5pv2pa65k9b1ml43mi8mg62j8mrhz"; 2263 + sha256 = "1i28rwmj24ssk91chn0g7qsnvn003y3s5a7jsrg3w4l5ckr841bg"; 2276 2264 type = "gem"; 2277 2265 }; 2278 - version = "4.3.0"; 2266 + version = "0.1.7"; 2279 2267 }; 2280 - factory_girl = { 2281 - dependencies = ["activesupport"]; 2268 + rspec = { 2269 + dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"]; 2282 2270 source = { 2283 2271 remotes = ["https://rubygems.org"]; 2284 - sha256 = "13z20a4b7z1c8vbz0qz5ranssdprldwvwlgjmn38x311sfjmp9dz"; 2272 + sha256 = "1bn5zs71agc0zyns2r3c8myi5bxw3q7xnzp7f3v5b7hbil1qym4r"; 2285 2273 type = "gem"; 2286 2274 }; 2287 - version = "4.3.0"; 2275 + version = "3.3.0"; 2288 2276 }; 2289 - expression_parser = { 2277 + rspec-core = { 2278 + dependencies = ["rspec-support"]; 2290 2279 source = { 2291 2280 remotes = ["https://rubygems.org"]; 2292 - sha256 = "1938z3wmmdabqxlh5d5c56xfg1jc6z15p7zjyhvk7364zwydnmib"; 2281 + sha256 = "0xw5qi936j6nz9fixi2mwy03f406761cd72bzyvd61pr854d7hy1"; 2293 2282 type = "gem"; 2294 2283 }; 2295 - version = "0.9.0"; 2284 + version = "3.3.2"; 2296 2285 }; 2297 - execjs = { 2286 + rspec-expectations = { 2287 + dependencies = ["diff-lcs" "rspec-support"]; 2298 2288 source = { 2299 2289 remotes = ["https://rubygems.org"]; 2300 - sha256 = "0grlxwiccbnflxs30r3h7g23xnps5knav1jyqkk3anvm8363ifjw"; 2290 + sha256 = "1d0b5hpkxlr9f3xpsbhvl3irnk4smmycx2xnmc8qv3pqaa7mb7ah"; 2301 2291 type = "gem"; 2302 2292 }; 2303 - version = "2.6.0"; 2293 + version = "3.3.1"; 2304 2294 }; 2305 - excon = { 2295 + rspec-mocks = { 2296 + dependencies = ["diff-lcs" "rspec-support"]; 2306 2297 source = { 2307 2298 remotes = ["https://rubygems.org"]; 2308 - sha256 = "1shb4g3dhsfkywgjv6123yrvp2c8bvi8hqmq47iqa5lp72sn4b4w"; 2299 + sha256 = "1lfbzscmpyixlbapxmhy2s69596vs1z00lv590l51hgdw70z92vg"; 2309 2300 type = "gem"; 2310 2301 }; 2311 - version = "0.45.4"; 2302 + version = "3.3.2"; 2312 2303 }; 2313 - eventmachine = { 2304 + rspec-rails = { 2305 + dependencies = ["actionpack" "activesupport" "railties" "rspec-core" "rspec-expectations" "rspec-mocks" "rspec-support"]; 2314 2306 source = { 2315 2307 remotes = ["https://rubygems.org"]; 2316 - sha256 = "1frvpk3p73xc64qkn0ymll3flvn4xcycq5yx8a43zd3gyzc1ifjp"; 2308 + sha256 = "0m66n9p3a7d3fmrzkbh8312prb6dhrgmp53g1amck308ranasv2a"; 2317 2309 type = "gem"; 2318 2310 }; 2319 - version = "1.0.8"; 2311 + version = "3.3.3"; 2320 2312 }; 2321 - escape_utils = { 2313 + rspec-support = { 2322 2314 source = { 2323 2315 remotes = ["https://rubygems.org"]; 2324 - sha256 = "0hb8nmrgmd9n5dhih86fp91sf26mmw14sdn5vswg5g20svrqxc7x"; 2316 + sha256 = "1cyagig8slxjas8mbg5f8bl240b8zgr8mnjsvrznag1fwpkh4h27"; 2325 2317 type = "gem"; 2326 2318 }; 2327 - version = "1.1.0"; 2319 + version = "3.3.0"; 2328 2320 }; 2329 - erubis = { 2321 + rubocop = { 2322 + dependencies = ["astrolabe" "parser" "powerpack" "rainbow" "ruby-progressbar" "tins"]; 2330 2323 source = { 2331 2324 remotes = ["https://rubygems.org"]; 2332 - sha256 = "1fj827xqjs91yqsydf0zmfyw9p4l2jz5yikg3mppz6d7fi8kyrb3"; 2325 + sha256 = "1grqda2fdknm43zyagh8gcmnhjkypyfw98q92hmvprprwghkq2sg"; 2333 2326 type = "gem"; 2334 2327 }; 2335 - version = "2.7.0"; 2328 + version = "0.35.1"; 2336 2329 }; 2337 - equalizer = { 2330 + ruby-fogbugz = { 2331 + dependencies = ["crack"]; 2338 2332 source = { 2339 2333 remotes = ["https://rubygems.org"]; 2340 - sha256 = "1kjmx3fygx8njxfrwcmn7clfhjhb6bvv3scy2lyyi0wqyi3brra4"; 2334 + sha256 = "1jj0gpkycbrivkh2q3429vj6mbgx6axxisg69slj3c4mgvzfgchm"; 2341 2335 type = "gem"; 2342 2336 }; 2343 - version = "0.0.11"; 2337 + version = "0.2.1"; 2344 2338 }; 2345 - encryptor = { 2339 + ruby-progressbar = { 2346 2340 source = { 2347 2341 remotes = ["https://rubygems.org"]; 2348 - sha256 = "04wqqda081h7hmhwjjx1yqxprxjk8s5jgv837xqv1bpxiv7f4v1y"; 2342 + sha256 = "0hynaavnqzld17qdx9r7hfw00y16ybldwq730zrqfszjwgi59ivi"; 2349 2343 type = "gem"; 2350 2344 }; 2351 - version = "1.3.0"; 2345 + version = "1.7.5"; 2352 2346 }; 2353 - email_spec = { 2354 - dependencies = ["launchy" "mail"]; 2347 + ruby-saml = { 2355 2348 source = { 2356 2349 remotes = ["https://rubygems.org"]; 2357 - sha256 = "00p1cc69ncrgg7m45va43pszip8anx5735w1lsb7p5ygkyw8nnpv"; 2350 + sha256 = "151jbak16y87dbj3ma2nc03rh37z7lixcwgaqahncq80rgnv45a8"; 2358 2351 type = "gem"; 2359 2352 }; 2360 - version = "1.6.0"; 2353 + version = "1.1.1"; 2361 2354 }; 2362 - email_reply_parser = { 2355 + ruby2ruby = { 2356 + dependencies = ["ruby_parser" "sexp_processor"]; 2363 2357 source = { 2364 2358 remotes = ["https://rubygems.org"]; 2365 - sha256 = "0k2p229mv7xn7q627zwmvhrcvba4b9m70pw2jfjm6iimg2vmf22r"; 2359 + sha256 = "1kmc0503s9mqnjyypx51wsi6zz9zj550ch43rag23wpj4qd6i6pm"; 2366 2360 type = "gem"; 2367 2361 }; 2368 - version = "0.5.8"; 2362 + version = "2.2.0"; 2369 2363 }; 2370 - dropzonejs-rails = { 2371 - dependencies = ["rails"]; 2364 + ruby_parser = { 2365 + dependencies = ["sexp_processor"]; 2372 2366 source = { 2373 2367 remotes = ["https://rubygems.org"]; 2374 - sha256 = "1vqqxzv6qdqy47m2q28adnmccfvc17p2bmkkaqjvrczrhvkkha64"; 2368 + sha256 = "1rip6075b4k5a7s8w2klwc3jaqx31h69k004ac5nhl8y0ja92qvz"; 2375 2369 type = "gem"; 2376 2370 }; 2377 - version = "0.7.2"; 2371 + version = "3.7.2"; 2378 2372 }; 2379 - doorkeeper = { 2380 - dependencies = ["railties"]; 2373 + rubyntlm = { 2381 2374 source = { 2382 2375 remotes = ["https://rubygems.org"]; 2383 - sha256 = "0wim84wkvx758cfb8q92w3hhvnfbwr990x1mmfv1ss1ivjz8fmm0"; 2376 + sha256 = "04l8686hl0829x4acsnbz0licf8n6794p7shz8iyahin1jnqg3d7"; 2384 2377 type = "gem"; 2385 2378 }; 2386 - version = "2.2.2"; 2379 + version = "0.5.2"; 2387 2380 }; 2388 - domain_name = { 2389 - dependencies = ["unf"]; 2381 + rubypants = { 2390 2382 source = { 2391 2383 remotes = ["https://rubygems.org"]; 2392 - sha256 = "16qvfrmcwlzz073aas55mpw2nhyhjcn96s524w0g1wlml242hjav"; 2384 + sha256 = "1vpdkrc4c8qhrxph41wqwswl28q5h5h994gy4c1mlrckqzm3hzph"; 2393 2385 type = "gem"; 2394 2386 }; 2395 - version = "0.5.25"; 2387 + version = "0.2.0"; 2396 2388 }; 2397 - docile = { 2389 + rufus-scheduler = { 2398 2390 source = { 2399 2391 remotes = ["https://rubygems.org"]; 2400 - sha256 = "0m8j31whq7bm5ljgmsrlfkiqvacrw6iz9wq10r3gwrv5785y8gjx"; 2392 + sha256 = "04bmvvvri7ni7dvlq3gi1y553f6rp6bw2kmdfp9ny5bh3l7qayrh"; 2401 2393 type = "gem"; 2402 2394 }; 2403 - version = "1.1.5"; 2395 + version = "3.1.10"; 2404 2396 }; 2405 - diffy = { 2397 + rugged = { 2406 2398 source = { 2407 2399 remotes = ["https://rubygems.org"]; 2408 - sha256 = "0il0ri511g9rm88qbvncbzgwc6wk6265hmnf7grcczmrs1z49vl0"; 2400 + sha256 = "0v0cvdw8cgy1hf5h3cx796zpxhbad8d5cm50nykyhwjc00q80zrr"; 2409 2401 type = "gem"; 2410 2402 }; 2411 - version = "3.0.7"; 2403 + version = "0.24.0b13"; 2412 2404 }; 2413 - diff-lcs = { 2405 + safe_yaml = { 2414 2406 source = { 2415 2407 remotes = ["https://rubygems.org"]; 2416 - sha256 = "1vf9civd41bnqi6brr5d9jifdw73j9khc6fkhfl1f8r9cpkdvlx1"; 2408 + sha256 = "1hly915584hyi9q9vgd968x2nsi5yag9jyf5kq60lwzi5scr7094"; 2417 2409 type = "gem"; 2418 2410 }; 2419 - version = "1.2.5"; 2411 + version = "1.0.4"; 2420 2412 }; 2421 - devise-two-factor = { 2422 - dependencies = ["activesupport" "attr_encrypted" "devise" "railties" "rotp"]; 2413 + sanitize = { 2414 + dependencies = ["nokogiri"]; 2423 2415 source = { 2424 2416 remotes = ["https://rubygems.org"]; 2425 - sha256 = "1v2wva971ds48af47rj4ywavlmz7qzbmf1jpf1l3xn3mscz52hln"; 2417 + sha256 = "0xsv6xqrlz91rd8wifjknadbl3z5h6qphmxy0hjb189qbdghggn3"; 2426 2418 type = "gem"; 2427 2419 }; 2428 - version = "2.0.1"; 2420 + version = "2.1.0"; 2429 2421 }; 2430 - devise-async = { 2431 - dependencies = ["devise"]; 2422 + sass = { 2432 2423 source = { 2433 2424 remotes = ["https://rubygems.org"]; 2434 - sha256 = "11llg7ggzpmg4lb9gh4sx55spvp98sal5r803gjzamps9crfq6mm"; 2425 + sha256 = "04rpdcp258arh2wgdk9shbqnzd6cbbbpi3wpi9a0wby8awgpxmyf"; 2435 2426 type = "gem"; 2436 2427 }; 2437 - version = "0.9.0"; 2428 + version = "3.4.20"; 2438 2429 }; 2439 - devise = { 2440 - dependencies = ["bcrypt" "orm_adapter" "railties" "responders" "thread_safe" "warden"]; 2430 + sass-rails = { 2431 + dependencies = ["railties" "sass" "sprockets" "sprockets-rails" "tilt"]; 2441 2432 source = { 2442 2433 remotes = ["https://rubygems.org"]; 2443 - sha256 = "00h0xdl4a8pjpb0gbgy4w6q9j2mpczkmj23195zmjrg2b1gl8f2q"; 2434 + sha256 = "1f6357vw944w2ayayqmz8ai9myl6xbnry06sx5b5ms4r9lny8hj8"; 2444 2435 type = "gem"; 2445 2436 }; 2446 - version = "3.5.4"; 2437 + version = "5.0.4"; 2447 2438 }; 2448 - descendants_tracker = { 2449 - dependencies = ["thread_safe"]; 2439 + sawyer = { 2440 + dependencies = ["addressable" "faraday"]; 2450 2441 source = { 2451 2442 remotes = ["https://rubygems.org"]; 2452 - sha256 = "15q8g3fcqyb41qixn6cky0k3p86291y7xsh1jfd851dvrza1vi79"; 2443 + sha256 = "0fk43bzwn816qj1ksiicm2i1kmzv5675cmnvk57kmfmi4rfsyjpy"; 2453 2444 type = "gem"; 2454 2445 }; 2455 - version = "0.0.4"; 2446 + version = "0.6.0"; 2456 2447 }; 2457 - default_value_for = { 2458 - dependencies = ["activerecord"]; 2448 + sdoc = { 2449 + dependencies = ["json" "rdoc"]; 2459 2450 source = { 2460 2451 remotes = ["https://rubygems.org"]; 2461 - sha256 = "1z4lrba4y1c3y0rxw8321qbwsb3nr6c2igrpksfvz93yhc9m6xm0"; 2452 + sha256 = "17l8qk0ld47z4h5avcnylvds8nc6dp25zc64w23z8li2hs341xf2"; 2462 2453 type = "gem"; 2463 2454 }; 2464 - version = "3.0.1"; 2455 + version = "0.3.20"; 2465 2456 }; 2466 - debugger-ruby_core_source = { 2457 + seed-fu = { 2458 + dependencies = ["activerecord" "activesupport"]; 2467 2459 source = { 2468 2460 remotes = ["https://rubygems.org"]; 2469 - sha256 = "1lp5dmm8a8dpwymv6r1y6yr24wxsj0gvgb2b8i7qq9rcv414snwd"; 2461 + sha256 = "11xja82yxir1kwccrzng29h7w911i9j0xj2y7y949yqnw91v12vw"; 2470 2462 type = "gem"; 2471 2463 }; 2472 - version = "1.3.8"; 2464 + version = "2.3.5"; 2473 2465 }; 2474 - debug_inspector = { 2466 + select2-rails = { 2467 + dependencies = ["thor"]; 2475 2468 source = { 2476 2469 remotes = ["https://rubygems.org"]; 2477 - sha256 = "109761g00dbrw5q0dfnbqg8blfm699z4jj70l4zrgf9mzn7ii50m"; 2470 + sha256 = "0ni2k74n73y3gv56gs37gkjlh912szjf6k9j483wz41m3xvlz7fj"; 2478 2471 type = "gem"; 2479 2472 }; 2480 - version = "0.0.2"; 2473 + version = "3.5.9.3"; 2481 2474 }; 2482 - database_cleaner = { 2475 + sentry-raven = { 2483 2476 source = { 2484 2477 remotes = ["https://rubygems.org"]; 2485 - sha256 = "0n5r7kvsmknk876v3scdphfnvllr9157fa5q7j5fczg8j5qm6kf0"; 2478 + sha256 = "0iqnwfmf6rnpgrvl3c8gh2gkix91nhm21j5qf389g4mi2rkc0ky8"; 2486 2479 type = "gem"; 2487 2480 }; 2488 - version = "1.4.1"; 2481 + version = "0.15.6"; 2489 2482 }; 2490 - daemons = { 2483 + settingslogic = { 2491 2484 source = { 2492 2485 remotes = ["https://rubygems.org"]; 2493 - sha256 = "0b839hryy9sg7x3knsa1d6vfiyvn0mlsnhsb6an8zsalyrz1zgqg"; 2486 + sha256 = "1ria5zcrk1nf0b9yia15mdpzw0dqr6wjpbj8dsdbbps81lfsj9ar"; 2494 2487 type = "gem"; 2495 2488 }; 2496 - version = "1.2.3"; 2489 + version = "2.0.9"; 2497 2490 }; 2498 - d3_rails = { 2499 - dependencies = ["railties"]; 2491 + sexp_processor = { 2500 2492 source = { 2501 2493 remotes = ["https://rubygems.org"]; 2502 - sha256 = "12vxiiflnnkcxak2wmbajyf5wzmcv9wkl4drsp0am72azl8a6g9x"; 2494 + sha256 = "0gxlcpg81wfjf5gpggf8h6l2dbq3ikgavbrr2yfw3m2vqy88yjg2"; 2503 2495 type = "gem"; 2504 2496 }; 2505 - version = "3.5.11"; 2497 + version = "4.6.0"; 2506 2498 }; 2507 - creole = { 2499 + sham_rack = { 2500 + dependencies = ["rack"]; 2508 2501 source = { 2509 2502 remotes = ["https://rubygems.org"]; 2510 - sha256 = "00rcscz16idp6dx0dk5yi5i0fz593i3r6anbn5bg2q07v3i025wm"; 2503 + sha256 = "0zs6hpgg87x5jrykjxgfp2i7m5aja53s5kamdhxam16wki1hid3i"; 2511 2504 type = "gem"; 2512 2505 }; 2513 - version = "0.5.0"; 2506 + version = "1.3.6"; 2514 2507 }; 2515 - crack = { 2516 - dependencies = ["safe_yaml"]; 2508 + shoulda-matchers = { 2509 + dependencies = ["activesupport"]; 2517 2510 source = { 2518 2511 remotes = ["https://rubygems.org"]; 2519 - sha256 = "0abb0fvgw00akyik1zxnq7yv391va148151qxdghnzngv66bl62k"; 2512 + sha256 = "0d3ryqcsk1n9y35bx5wxnqbgw4m8b3c79isazdjnnbg8crdp72d0"; 2520 2513 type = "gem"; 2521 2514 }; 2522 - version = "0.4.3"; 2515 + version = "2.8.0"; 2523 2516 }; 2524 - coveralls = { 2525 - dependencies = ["json" "rest-client" "simplecov" "term-ansicolor" "thor" "tins"]; 2517 + sidekiq = { 2518 + dependencies = ["concurrent-ruby" "connection_pool" "json" "redis"]; 2526 2519 source = { 2527 2520 remotes = ["https://rubygems.org"]; 2528 - sha256 = "03vnvcw1fdmkp3405blcxpsjf89jxd2061474a32fchsmv2das9y"; 2521 + sha256 = "1x7jfc2va0x6fcfffdf0wdiyk4krjw8053jzwffa63wkqr5jvg3y"; 2529 2522 type = "gem"; 2530 2523 }; 2531 - version = "0.8.9"; 2524 + version = "4.0.1"; 2532 2525 }; 2533 - connection_pool = { 2526 + sidekiq-cron = { 2527 + dependencies = ["redis-namespace" "rufus-scheduler" "sidekiq"]; 2534 2528 source = { 2535 2529 remotes = ["https://rubygems.org"]; 2536 - sha256 = "1b2bb3k39ni5mzcnqlv9y4yjkbin20s7dkwzp0jw2jf1rmzcgrmy"; 2530 + sha256 = "0xnbvh8kjv6954vsiwfcpp7bn8sgpwvnyapnq7b94w8h7kj3ykqy"; 2537 2531 type = "gem"; 2538 2532 }; 2539 - version = "2.2.0"; 2533 + version = "0.4.0"; 2540 2534 }; 2541 - concurrent-ruby = { 2535 + simple_oauth = { 2542 2536 source = { 2543 2537 remotes = ["https://rubygems.org"]; 2544 - sha256 = "0qqdgcfkzv90nznrpsvg3cgg5xiqz4c8hnv7va5gm4fp4lf4k85v"; 2538 + sha256 = "0bb06p88xsdw4fxll1ikv5i5k58sl6y323ss0wp1hqjm3xw1jgvj"; 2545 2539 type = "gem"; 2546 2540 }; 2547 - version = "1.0.0"; 2541 + version = "0.1.9"; 2548 2542 }; 2549 - colorize = { 2543 + simplecov = { 2544 + dependencies = ["docile" "json" "simplecov-html"]; 2550 2545 source = { 2551 2546 remotes = ["https://rubygems.org"]; 2552 - sha256 = "16bsjcqb6pg3k94dh1l5g3hhx5g2g4g8rlr76dnc78yyzjjrbayn"; 2547 + sha256 = "1q2iq2vgrdvvla5y907gkmqx6ry2qvnvc7a90hlcbwgp1w0sv6z4"; 2553 2548 type = "gem"; 2554 2549 }; 2555 - version = "0.7.7"; 2550 + version = "0.10.0"; 2556 2551 }; 2557 - coffee-script-source = { 2552 + simplecov-html = { 2558 2553 source = { 2559 2554 remotes = ["https://rubygems.org"]; 2560 - sha256 = "1k4fg39rrkl3bpgchfj94fbl9s4ysaz16w8dkqncf2vyf79l3qz0"; 2555 + sha256 = "1qni8g0xxglkx25w54qcfbi4wjkpvmb28cb7rj5zk3iqynjcdrqf"; 2561 2556 type = "gem"; 2562 2557 }; 2563 - version = "1.10.0"; 2558 + version = "0.10.0"; 2564 2559 }; 2565 - coffee-script = { 2566 - dependencies = ["coffee-script-source" "execjs"]; 2560 + sinatra = { 2561 + dependencies = ["rack" "rack-protection" "tilt"]; 2567 2562 source = { 2568 2563 remotes = ["https://rubygems.org"]; 2569 - sha256 = "0rc7scyk7mnpfxqv5yy4y5q1hx3i7q3ahplcp4bq2g5r24g2izl2"; 2564 + sha256 = "1hhmwqc81ram7lfwwziv0z70jh92sj1m7h7s9fr0cn2xq8mmn8l7"; 2570 2565 type = "gem"; 2571 2566 }; 2572 - version = "2.4.1"; 2567 + version = "1.4.6"; 2573 2568 }; 2574 - coffee-rails = { 2575 - dependencies = ["coffee-script" "railties"]; 2569 + six = { 2576 2570 source = { 2577 2571 remotes = ["https://rubygems.org"]; 2578 - sha256 = "0p3zhs44gsy1p90nmghihzfyl7bsk8kv6j3q7rj3bn74wg8w7nqs"; 2572 + sha256 = "1bhapiyjh5r5qjpclfw8i65plvy6k2q4azr5xir63xqglr53viw3"; 2579 2573 type = "gem"; 2580 2574 }; 2581 - version = "4.1.0"; 2575 + version = "0.2.0"; 2582 2576 }; 2583 - coercible = { 2584 - dependencies = ["descendants_tracker"]; 2577 + slack-notifier = { 2585 2578 source = { 2586 2579 remotes = ["https://rubygems.org"]; 2587 - sha256 = "1p5azydlsz0nkxmcq0i1gzmcfq02lgxc4as7wmf47j1c6ljav0ah"; 2580 + sha256 = "08z6fv186yw1nrpl6zwp3lwqksin145aa1jv6jf00bnv3sicliiz"; 2588 2581 type = "gem"; 2589 2582 }; 2590 - version = "1.0.0"; 2583 + version = "1.2.1"; 2591 2584 }; 2592 - coderay = { 2585 + slim = { 2586 + dependencies = ["temple" "tilt"]; 2593 2587 source = { 2594 2588 remotes = ["https://rubygems.org"]; 2595 - sha256 = "059wkzlap2jlkhg460pkwc1ay4v4clsmg1bp4vfzjzkgwdckr52s"; 2589 + sha256 = "1szs71hh0msm5gj6qbcxw44m3hqnwybx4yh02scwixnwg576058k"; 2596 2590 type = "gem"; 2597 2591 }; 2598 - version = "1.1.0"; 2592 + version = "3.0.6"; 2599 2593 }; 2600 - cliver = { 2594 + slop = { 2601 2595 source = { 2602 2596 remotes = ["https://rubygems.org"]; 2603 - sha256 = "096f4rj7virwvqxhkavy0v55rax10r4jqf8cymbvn4n631948xc7"; 2597 + sha256 = "00w8g3j7k7kl8ri2cf1m58ckxk8rn350gp4chfscmgv6pq1spk3n"; 2604 2598 type = "gem"; 2605 2599 }; 2606 - version = "0.3.2"; 2600 + version = "3.6.0"; 2607 2601 }; 2608 - chunky_png = { 2602 + spinach = { 2603 + dependencies = ["colorize" "gherkin-ruby" "json"]; 2609 2604 source = { 2610 2605 remotes = ["https://rubygems.org"]; 2611 - sha256 = "0vf0axgrm95bs3y0x5gdb76xawfh210yxplj7jbwr6z7n88i1axn"; 2606 + sha256 = "0phfjs4iw2iqxdaljzwk6qxmi2x86pl3hirmpgw2pgfx76wfx688"; 2612 2607 type = "gem"; 2613 2608 }; 2614 - version = "1.3.5"; 2609 + version = "0.8.10"; 2615 2610 }; 2616 - charlock_holmes = { 2611 + spinach-rails = { 2612 + dependencies = ["capybara" "railties" "spinach"]; 2617 2613 source = { 2618 2614 remotes = ["https://rubygems.org"]; 2619 - sha256 = "0jsl6k27wjmssxbwv9wpf7hgp9r0nvizcf6qpjnr7qs2nia53lf7"; 2615 + sha256 = "1nfacfylkncfgi59g2wga6m4nzdcjqb8s50cax4nbx362ap4bl70"; 2620 2616 type = "gem"; 2621 2617 }; 2622 - version = "0.7.3"; 2618 + version = "0.2.1"; 2623 2619 }; 2624 - cause = { 2620 + spring = { 2625 2621 source = { 2626 2622 remotes = ["https://rubygems.org"]; 2627 - sha256 = "0digirxqlwdg79mkbn70yc7i9i1qnclm2wjbrc47kqv6236bpj00"; 2623 + sha256 = "0xvz2x6nvza5i53p7mddnf11j2wshqmbaphi6ngd6nar8v35y0k1"; 2628 2624 type = "gem"; 2629 2625 }; 2630 - version = "0.1"; 2626 + version = "1.3.6"; 2631 2627 }; 2632 - carrierwave = { 2633 - dependencies = ["activemodel" "activesupport" "json"]; 2628 + spring-commands-rspec = { 2629 + dependencies = ["spring"]; 2634 2630 source = { 2635 2631 remotes = ["https://rubygems.org"]; 2636 - sha256 = "1b1av1ancby6brhmypl5k8xwrasd8bd3kqp9ri8kbq7z8nj6k445"; 2632 + sha256 = "0b0svpq3md1pjz5drpa5pxwg8nk48wrshq8lckim4x3nli7ya0k2"; 2637 2633 type = "gem"; 2638 2634 }; 2639 - version = "0.9.0"; 2635 + version = "1.0.4"; 2640 2636 }; 2641 - capybara-screenshot = { 2642 - dependencies = ["capybara" "launchy"]; 2637 + spring-commands-spinach = { 2638 + dependencies = ["spring"]; 2643 2639 source = { 2644 2640 remotes = ["https://rubygems.org"]; 2645 - sha256 = "17v1wihr3aqrxhrwswkdpdklj1xsfcaksblh1y8hixvm9bqfyz3y"; 2641 + sha256 = "138jardqyj96wz68njdgy55qjbpl2d0g8bxbkz97ndaz3c2bykv9"; 2646 2642 type = "gem"; 2647 2643 }; 2648 - version = "1.0.11"; 2644 + version = "1.0.0"; 2649 2645 }; 2650 - capybara = { 2651 - dependencies = ["mime-types" "nokogiri" "rack" "rack-test" "xpath"]; 2646 + spring-commands-teaspoon = { 2647 + dependencies = ["spring"]; 2652 2648 source = { 2653 2649 remotes = ["https://rubygems.org"]; 2654 - sha256 = "114k4xi4nfbp3jfbxgwa3fksbwsyibx74gbdqpcgg3dxpmzkaa4f"; 2650 + sha256 = "1g7n4m2s9d0frh7y1xibzpphqajfnx4fvgfc66nh545dd91w2nqz"; 2655 2651 type = "gem"; 2656 2652 }; 2657 - version = "2.4.4"; 2653 + version = "0.0.2"; 2658 2654 }; 2659 - cal-heatmap-rails = { 2655 + sprockets = { 2656 + dependencies = ["hike" "multi_json" "rack" "tilt"]; 2660 2657 source = { 2661 2658 remotes = ["https://rubygems.org"]; 2662 - sha256 = "0lrmcyj3iixkprqi9fb9vcn97wpp779sl5hxxgx57r3rb7l4d20w"; 2659 + sha256 = "15818683yz27w4hgywccf27n91azy9a4nmb5qkklzb08k8jw9gp3"; 2663 2660 type = "gem"; 2664 2661 }; 2665 - version = "3.5.1"; 2662 + version = "2.12.4"; 2666 2663 }; 2667 - byebug = { 2664 + sprockets-rails = { 2665 + dependencies = ["actionpack" "activesupport" "sprockets"]; 2668 2666 source = { 2669 2667 remotes = ["https://rubygems.org"]; 2670 - sha256 = "1yx89b7vh5mbvxyi8n7zl25ia1bqdj71995m4daj6d41rnkmrpnc"; 2668 + sha256 = "1vsl6ryxdjpp97nl4ghhk1v6p50zh3sx9qv81bhmlffc234r91wn"; 2671 2669 type = "gem"; 2672 2670 }; 2673 - version = "8.2.1"; 2671 + version = "2.3.3"; 2674 2672 }; 2675 - bundler-audit = { 2676 - dependencies = ["thor"]; 2673 + state_machines = { 2677 2674 source = { 2678 2675 remotes = ["https://rubygems.org"]; 2679 - sha256 = "0msv3k2277y7al5lbnw7q9lmb5fnrscpkmsb36wpn189pdq0akfv"; 2676 + sha256 = "1xg84kdglz0k1pshf2q604zybjpribzcz2b651sc1j27kd86w787"; 2680 2677 type = "gem"; 2681 2678 }; 2682 2679 version = "0.4.0"; 2683 2680 }; 2684 - bullet = { 2685 - dependencies = ["activesupport" "uniform_notifier"]; 2681 + state_machines-activemodel = { 2682 + dependencies = ["activemodel" "state_machines"]; 2686 2683 source = { 2687 2684 remotes = ["https://rubygems.org"]; 2688 - sha256 = "1h3iaflcz5a1xr32bdb8sk4nx06yhh5d8y7w294w49xigfv4hzj3"; 2685 + sha256 = "1bshcm53v2vfpapvhws1h0dq1h4f3p6bvpdkjpydb52a3m0w2z0y"; 2689 2686 type = "gem"; 2690 2687 }; 2691 - version = "4.14.10"; 2688 + version = "0.3.0"; 2692 2689 }; 2693 - builder = { 2690 + state_machines-activerecord = { 2691 + dependencies = ["activerecord" "state_machines-activemodel"]; 2694 2692 source = { 2695 2693 remotes = ["https://rubygems.org"]; 2696 - sha256 = "14fii7ab8qszrvsvhz6z2z3i4dw0h41a62fjr2h1j8m41vbrmyv2"; 2694 + sha256 = "10dplkn4cm49xby8s0sn7wxww4hnxi4dgikfsmhp1rbsa24d76vx"; 2697 2695 type = "gem"; 2698 2696 }; 2699 - version = "3.2.2"; 2697 + version = "0.3.0"; 2700 2698 }; 2701 - browser = { 2699 + stringex = { 2702 2700 source = { 2703 2701 remotes = ["https://rubygems.org"]; 2704 - sha256 = "01bkb64w2ld2q5r3chc4f6spbjrmginyg8wlzg130zmx2z4jia2h"; 2702 + sha256 = "150adm7rfh6r9b5ra6vk75mswf9m3wwyslcf8f235a08m29fxa17"; 2705 2703 type = "gem"; 2706 2704 }; 2707 - version = "1.0.1"; 2705 + version = "2.5.2"; 2708 2706 }; 2709 - brakeman = { 2710 - dependencies = ["erubis" "fastercsv" "haml" "highline" "multi_json" "ruby2ruby" "ruby_parser" "safe_yaml" "sass" "slim" "terminal-table"]; 2707 + systemu = { 2711 2708 source = { 2712 2709 remotes = ["https://rubygems.org"]; 2713 - sha256 = "15v13yizpvp1rm86raqggmsmm51v6p8fqw3pfgi6xpvx1ba06cfm"; 2710 + sha256 = "0gmkbakhfci5wnmbfx5i54f25j9zsvbw858yg3jjhfs5n4ad1xq1"; 2714 2711 type = "gem"; 2715 2712 }; 2716 - version = "3.1.4"; 2713 + version = "2.6.5"; 2717 2714 }; 2718 - bootstrap-sass = { 2719 - dependencies = ["autoprefixer-rails" "sass"]; 2715 + task_list = { 2716 + dependencies = ["html-pipeline"]; 2720 2717 source = { 2721 2718 remotes = ["https://rubygems.org"]; 2722 - sha256 = "12hhw42hk9clwfj6yz5v0c5p35wrn5yjnji7bnzsfs99vi2q00ld"; 2719 + sha256 = "1iv1fizb04463c4mp4gxd8v0414fhvmiwvwvjby5b9qq79d8zwab"; 2723 2720 type = "gem"; 2724 2721 }; 2725 - version = "3.3.6"; 2722 + version = "1.0.2"; 2726 2723 }; 2727 - binding_of_caller = { 2728 - dependencies = ["debug_inspector"]; 2724 + teaspoon = { 2725 + dependencies = ["railties"]; 2729 2726 source = { 2730 2727 remotes = ["https://rubygems.org"]; 2731 - sha256 = "15jg6dkaq2nzcd602d7ppqbdxw3aji961942w93crs6qw4n6h9yk"; 2728 + sha256 = "0cprz18vgf0jgcggcxf4pwx8jcwbiyj1p0dnck5aavlvaxaic58s"; 2732 2729 type = "gem"; 2733 2730 }; 2734 - version = "0.7.2"; 2731 + version = "1.0.2"; 2735 2732 }; 2736 - better_errors = { 2737 - dependencies = ["coderay" "erubis"]; 2733 + teaspoon-jasmine = { 2734 + dependencies = ["teaspoon"]; 2738 2735 source = { 2739 2736 remotes = ["https://rubygems.org"]; 2740 - sha256 = "0v0q8bdkqqlcsfqbk4wvc3qnz8an44mgz720v5f11a4nr413mjgf"; 2737 + sha256 = "00wygrv1jm4aj15p1ab9d5fdrj6y83kv26xgp52mx4lp78h2ms9q"; 2741 2738 type = "gem"; 2742 2739 }; 2743 - version = "1.0.1"; 2740 + version = "2.2.0"; 2744 2741 }; 2745 - benchmark-ips = { 2742 + temple = { 2746 2743 source = { 2747 2744 remotes = ["https://rubygems.org"]; 2748 - sha256 = "0bh681m54qdsdyvpvflj1wpnj3ybspbpjkr4cnlrl4nk4yikli0j"; 2745 + sha256 = "0ysraljv7lkb04z5vdyrkijab7j1jzj1mgz4bj82744dp7d0rhb0"; 2749 2746 type = "gem"; 2750 2747 }; 2751 - version = "2.3.0"; 2748 + version = "0.7.6"; 2752 2749 }; 2753 - bcrypt = { 2750 + term-ansicolor = { 2751 + dependencies = ["tins"]; 2754 2752 source = { 2755 2753 remotes = ["https://rubygems.org"]; 2756 - sha256 = "15cf7zzlj9b0xcx12jf8fmnpc8g1b0yhxal1yr5p7ny3mrz5pll6"; 2754 + sha256 = "0ydbbyjmk5p7fsi55ffnkq79jnfqx65c3nj8d9rpgl6sw85ahyys"; 2757 2755 type = "gem"; 2758 2756 }; 2759 - version = "3.1.10"; 2757 + version = "1.3.2"; 2760 2758 }; 2761 - babosa = { 2759 + terminal-table = { 2762 2760 source = { 2763 2761 remotes = ["https://rubygems.org"]; 2764 - sha256 = "05rgxg4pz4bc4xk34w5grv0yp1j94wf571w84lf3xgqcbs42ip2f"; 2762 + sha256 = "1s6qyj9ir1agbbi32li9c0c34dcl0klyxqif6mxy0dbvq7kqfp8f"; 2765 2763 type = "gem"; 2766 2764 }; 2767 - version = "1.0.2"; 2765 + version = "1.5.2"; 2768 2766 }; 2769 - axiom-types = { 2770 - dependencies = ["descendants_tracker" "ice_nine" "thread_safe"]; 2767 + test_after_commit = { 2768 + dependencies = ["activerecord"]; 2771 2769 source = { 2772 2770 remotes = ["https://rubygems.org"]; 2773 - sha256 = "10q3k04pll041mkgy0m5fn2b1lazm6ly1drdbcczl5p57lzi3zy1"; 2771 + sha256 = "1fzg8qan6f0n0ynr594bld2k0rwwxj99yzhiga2f3pkj9ina1abb"; 2774 2772 type = "gem"; 2775 2773 }; 2776 - version = "0.1.1"; 2774 + version = "0.4.2"; 2777 2775 }; 2778 - awesome_print = { 2776 + thin = { 2777 + dependencies = ["daemons" "eventmachine" "rack"]; 2779 2778 source = { 2780 2779 remotes = ["https://rubygems.org"]; 2781 - sha256 = "1k85hckprq0s9pakgadf42k1d5s07q23m3y6cs977i6xmwdivyzr"; 2780 + sha256 = "1pyc602sa8fqwjyssn9yvf3fqrr14jk7hj9hsjlan1mq4zvim1lf"; 2782 2781 type = "gem"; 2783 2782 }; 2784 - version = "1.2.0"; 2783 + version = "1.6.4"; 2785 2784 }; 2786 - autoprefixer-rails = { 2787 - dependencies = ["execjs" "json"]; 2785 + thor = { 2788 2786 source = { 2789 2787 remotes = ["https://rubygems.org"]; 2790 - sha256 = "0m1w42ncz0p48r5hbyglayxkzrnplw18r99dc1ia2cb3nizkwllx"; 2788 + sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z"; 2791 2789 type = "gem"; 2792 2790 }; 2793 - version = "6.2.3"; 2791 + version = "0.19.1"; 2794 2792 }; 2795 - attr_required = { 2793 + thread_safe = { 2796 2794 source = { 2797 2795 remotes = ["https://rubygems.org"]; 2798 - sha256 = "0pawa2i7gw9ppj6fq6y288da1ncjpzsmc6kx7z63mjjvypa5q3dc"; 2796 + sha256 = "1hq46wqsyylx5afkp6jmcihdpv4ynzzq9ygb6z2pb1cbz5js0gcr"; 2799 2797 type = "gem"; 2800 2798 }; 2801 - version = "1.0.0"; 2799 + version = "0.3.5"; 2802 2800 }; 2803 - attr_encrypted = { 2804 - dependencies = ["encryptor"]; 2801 + tilt = { 2805 2802 source = { 2806 2803 remotes = ["https://rubygems.org"]; 2807 - sha256 = "1hm2844qm37kflqq5v0x2irwasbhcblhp40qk10m3wlkj4m9wp8p"; 2804 + sha256 = "00sr3yy7sbqaq7cb2d2kpycajxqf1b1wr1yy33z4bnzmqii0b0ir"; 2808 2805 type = "gem"; 2809 2806 }; 2810 - version = "1.3.4"; 2807 + version = "1.4.1"; 2811 2808 }; 2812 - astrolabe = { 2813 - dependencies = ["parser"]; 2809 + timfel-krb5-auth = { 2814 2810 source = { 2815 2811 remotes = ["https://rubygems.org"]; 2816 - sha256 = "0ybbmjxaf529vvhrj4y8d4jpf87f3hgczydzywyg1d04gggjx7l7"; 2812 + sha256 = "105vajc0jkqgcx1wbp0ad262sdry4l1irk7jpaawv8vzfjfqqf5b"; 2817 2813 type = "gem"; 2818 2814 }; 2819 - version = "1.3.1"; 2815 + version = "0.8.3"; 2820 2816 }; 2821 - ast = { 2817 + tinder = { 2818 + dependencies = ["eventmachine" "faraday" "faraday_middleware" "hashie" "json" "mime-types" "multi_json" "twitter-stream"]; 2822 2819 source = { 2823 2820 remotes = ["https://rubygems.org"]; 2824 - sha256 = "102bywfxrv0w3n4s6lg25d7xxshd344sc7ijslqmganj5bany1pk"; 2821 + sha256 = "1kwj0wd540wb2ws86d3jdva175dx00w2j8lyrvbb6qli3g27byd7"; 2825 2822 type = "gem"; 2826 2823 }; 2827 - version = "2.1.0"; 2824 + version = "1.10.1"; 2828 2825 }; 2829 - asciidoctor = { 2826 + tins = { 2830 2827 source = { 2831 2828 remotes = ["https://rubygems.org"]; 2832 - sha256 = "0q9yhan2mkk1lh15zcfd9g2fn6faix9yrf5skg23dp1y77jv7vm0"; 2829 + sha256 = "02qarvy17nbwvslfgqam8y6y7479cwmb1a6di9z18hzka4cf90hz"; 2833 2830 type = "gem"; 2834 2831 }; 2835 - version = "1.5.3"; 2832 + version = "1.6.0"; 2836 2833 }; 2837 - asana = { 2838 - dependencies = ["faraday" "faraday_middleware" "faraday_middleware-multi_json" "oauth2"]; 2834 + turbolinks = { 2835 + dependencies = ["coffee-rails"]; 2839 2836 source = { 2840 2837 remotes = ["https://rubygems.org"]; 2841 - sha256 = "1560p13g57pl4xqkmhwn1vpqhm7mw9fwmmswk38k3i2r7g0b5y9z"; 2838 + sha256 = "1ddrx25vvvqxlz4h59lrmjhc2bfwxf4bpicvyhgbpjd48ckj81jn"; 2842 2839 type = "gem"; 2843 2840 }; 2844 - version = "0.4.0"; 2841 + version = "2.5.3"; 2845 2842 }; 2846 - arel = { 2843 + twitter-stream = { 2844 + dependencies = ["eventmachine" "http_parser.rb" "simple_oauth"]; 2847 2845 source = { 2848 2846 remotes = ["https://rubygems.org"]; 2849 - sha256 = "1a270mlajhrmpqbhxcqjqypnvgrq4pgixpv3w9gwp1wrrapnwrzk"; 2847 + sha256 = "0is81g3xvnjk64sqiaqlh2ziwfryzwvk1yvaniryg0zhppgsyriq"; 2850 2848 type = "gem"; 2851 2849 }; 2852 - version = "6.0.3"; 2850 + version = "0.1.16"; 2853 2851 }; 2854 - annotate = { 2855 - dependencies = ["activerecord" "rake"]; 2852 + tzinfo = { 2853 + dependencies = ["thread_safe"]; 2856 2854 source = { 2857 2855 remotes = ["https://rubygems.org"]; 2858 - sha256 = "1wdw9phsv2dndgid3pd8h0hl4zycwy11jc9iz6prwza0xax0i7hg"; 2856 + sha256 = "1c01p3kg6xvy1cgjnzdfq45fggbwish8krd0h864jvbpybyx7cgx"; 2859 2857 type = "gem"; 2860 2858 }; 2861 - version = "2.6.10"; 2859 + version = "1.2.2"; 2862 2860 }; 2863 - allocations = { 2861 + uglifier = { 2862 + dependencies = ["execjs" "json"]; 2864 2863 source = { 2865 2864 remotes = ["https://rubygems.org"]; 2866 - sha256 = "0iynf7gkbnbr5mgl2wgbgvxmjdiawh7ywwbnyjm94bj3pkybzgkc"; 2865 + sha256 = "0mzs64z3m1b98rh6ssxpqfz9sc87f6ml6906b0m57vydzfgrh1cz"; 2867 2866 type = "gem"; 2868 2867 }; 2869 - version = "1.0.4"; 2868 + version = "2.7.2"; 2870 2869 }; 2871 - akismet = { 2870 + underscore-rails = { 2872 2871 source = { 2873 2872 remotes = ["https://rubygems.org"]; 2874 - sha256 = "0hqpn25iyypkwkrqaibjm5nss5jmlkrddhia7frmz94prvyjr02w"; 2873 + sha256 = "0iyspb7s49wpi9cc314gvlkyn45iyfivzxhdw0kql1zrgllhlzfk"; 2875 2874 type = "gem"; 2876 2875 }; 2877 - version = "2.0.0"; 2876 + version = "1.8.3"; 2878 2877 }; 2879 - after_commit_queue = { 2880 - dependencies = ["activerecord"]; 2878 + unf = { 2879 + dependencies = ["unf_ext"]; 2881 2880 source = { 2882 2881 remotes = ["https://rubygems.org"]; 2883 - sha256 = "1jrhvj4335dsrj0xndbf7a7m2inbwbx1knc0bwgvmkk1w47l43s0"; 2882 + sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9"; 2884 2883 type = "gem"; 2885 2884 }; 2886 - version = "1.3.0"; 2885 + version = "0.1.4"; 2887 2886 }; 2888 - addressable = { 2887 + unf_ext = { 2889 2888 source = { 2890 2889 remotes = ["https://rubygems.org"]; 2891 - sha256 = "1533axm85gpz267km9gnfarf9c78g2scrysd6b8yw33vmhkz2km6"; 2890 + sha256 = "0ly2ms6c3irmbr1575ldyh52bz2v0lzzr2gagf0p526k12ld2n5b"; 2892 2891 type = "gem"; 2893 2892 }; 2894 - version = "2.3.8"; 2893 + version = "0.0.7.1"; 2895 2894 }; 2896 - acts-as-taggable-on = { 2897 - dependencies = ["activerecord"]; 2895 + unicorn = { 2896 + dependencies = ["kgio" "rack" "raindrops"]; 2898 2897 source = { 2899 2898 remotes = ["https://rubygems.org"]; 2900 - sha256 = "0bz0z8dlp3fjzah9y9b6rr9mkidsav9l4hdm51fnq1gd05yv3pr7"; 2899 + sha256 = "1kpg2vikx2hxdyrl45bqcr89a0w59hfw7yn7xh87bmlczi34xds4"; 2901 2900 type = "gem"; 2902 2901 }; 2903 - version = "3.5.0"; 2902 + version = "4.8.3"; 2904 2903 }; 2905 - activesupport = { 2906 - dependencies = ["i18n" "json" "minitest" "thread_safe" "tzinfo"]; 2904 + unicorn-worker-killer = { 2905 + dependencies = ["get_process_mem" "unicorn"]; 2907 2906 source = { 2908 2907 remotes = ["https://rubygems.org"]; 2909 - sha256 = "80ad345adf7e2b72c5d90753c0df91eacc34f4de02b34cfbf60bcf6c83483031"; 2908 + sha256 = "0rrdxpwdsapx47axjin8ymxb4f685qlpx8a26bql4ay1559c3gva"; 2910 2909 type = "gem"; 2911 2910 }; 2912 - version = "4.2.5.2"; 2911 + version = "0.4.4"; 2913 2912 }; 2914 - activerecord-session_store = { 2915 - dependencies = ["actionpack" "activerecord" "railties"]; 2913 + uniform_notifier = { 2916 2914 source = { 2917 2915 remotes = ["https://rubygems.org"]; 2918 - sha256 = "1rp5q0q5i5syfgw7qpiq3a42x13p7myyv1c5hmnczpdlh57axs3p"; 2916 + sha256 = "009z60qx01am7klmrca8pcladrynljra3a9smifn9f81r4dc7q63"; 2919 2917 type = "gem"; 2920 2918 }; 2921 - version = "0.1.2"; 2919 + version = "1.9.0"; 2922 2920 }; 2923 - activerecord-nulldb-adapter = { 2921 + uuid = { 2922 + dependencies = ["macaddr"]; 2924 2923 source = { 2925 2924 remotes = ["https://rubygems.org"]; 2926 - sha256 = "1ym3paxp5lqr2kr4hkqj6xxqvgl57fv8jqhvgjfxb9lk7k5jlfmp"; 2925 + sha256 = "0gr2mxg27l380wpiy66mgv9wq02myj6m4gmp6c4g1vsbzkh0213v"; 2927 2926 type = "gem"; 2928 2927 }; 2929 - version = "0.3.2"; 2928 + version = "2.3.8"; 2930 2929 }; 2931 - activerecord-deprecated_finders = { 2930 + version_sorter = { 2932 2931 source = { 2933 2932 remotes = ["https://rubygems.org"]; 2934 - sha256 = "03xplckz7v3nm6inqkwdd44h6gpbpql0v02jc1rz46a38rd6cj6m"; 2933 + sha256 = "1lad9c43w2xfzmva57ia6glpmhyivyk1m79jli42canshvan5v6y"; 2935 2934 type = "gem"; 2936 2935 }; 2937 - version = "1.0.4"; 2936 + version = "2.0.0"; 2938 2937 }; 2939 - activerecord = { 2940 - dependencies = ["activemodel" "activesupport" "arel"]; 2938 + virtus = { 2939 + dependencies = ["axiom-types" "coercible" "descendants_tracker" "equalizer"]; 2941 2940 source = { 2942 2941 remotes = ["https://rubygems.org"]; 2943 - sha256 = "c2b1b6a4c6b8542c2464b457dce4cac4915efcbd3d5acfba57102e58474c33f2"; 2942 + sha256 = "06iphwi3c4f7y9i2rvhvaizfswqbaflilziz4dxqngrdysgkn1fk"; 2944 2943 type = "gem"; 2945 2944 }; 2946 - version = "4.2.5.2"; 2945 + version = "1.0.5"; 2947 2946 }; 2948 - activemodel = { 2949 - dependencies = ["activesupport" "builder"]; 2947 + warden = { 2948 + dependencies = ["rack"]; 2950 2949 source = { 2951 2950 remotes = ["https://rubygems.org"]; 2952 - sha256 = "09ce967be3086b34ae9fcbd919e714b2bdf72b8ab6e89b64aa74627267d93962"; 2951 + sha256 = "1iyxw1ms3930dh7vcrfyi4ifpdbkfsr8k7fzjryva0r7k3c71gb7"; 2953 2952 type = "gem"; 2954 2953 }; 2955 - version = "4.2.5.2"; 2954 + version = "1.2.4"; 2956 2955 }; 2957 - activejob = { 2958 - dependencies = ["activesupport" "globalid"]; 2956 + web-console = { 2957 + dependencies = ["activemodel" "binding_of_caller" "railties" "sprockets-rails"]; 2959 2958 source = { 2960 2959 remotes = ["https://rubygems.org"]; 2961 - sha256 = "cecb9bbc55292dee064ca479990c6e50fa3e2273aac6722ce058d18c22383026"; 2960 + sha256 = "13rwps8m76j45iqhggm810j78i8bg4nqzgi8k7amxplik2zm5blf"; 2962 2961 type = "gem"; 2963 2962 }; 2964 - version = "4.2.5.2"; 2963 + version = "2.2.1"; 2965 2964 }; 2966 - actionview = { 2967 - dependencies = ["activesupport" "builder" "erubis" "rails-dom-testing" "rails-html-sanitizer"]; 2965 + webmock = { 2966 + dependencies = ["addressable" "crack"]; 2968 2967 source = { 2969 2968 remotes = ["https://rubygems.org"]; 2970 - sha256 = "e8ce01cf6cc822ec023a15a856a0fae0e078ebb232b95b722c23af4117d2d635"; 2969 + sha256 = "1p7hqdxk5359xwp59pcx841fhbnqx01ra98rnwhdyz61nrc6piv3"; 2971 2970 type = "gem"; 2972 2971 }; 2973 - version = "4.2.5.2"; 2972 + version = "1.21.0"; 2974 2973 }; 2975 - actionpack = { 2976 - dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; 2974 + websocket-driver = { 2975 + dependencies = ["websocket-extensions"]; 2977 2976 source = { 2978 2977 remotes = ["https://rubygems.org"]; 2979 - sha256 = "a22e1818f06b707433c9a76867932929751b5d57edbeacc258635a7b23da12cf"; 2978 + sha256 = "1v39w1ig6ps8g55xhz6x1w53apl17ii6kpy0jg9249akgpdvb0k9"; 2980 2979 type = "gem"; 2981 2980 }; 2982 - version = "4.2.5.2"; 2981 + version = "0.6.3"; 2983 2982 }; 2984 - actionmailer = { 2985 - dependencies = ["actionpack" "actionview" "activejob" "mail" "rails-dom-testing"]; 2983 + websocket-extensions = { 2986 2984 source = { 2987 2985 remotes = ["https://rubygems.org"]; 2988 - sha256 = "8cee5f2f1e58c8ada17cca696377443c0cbc9675df2b7eef97a04318876484b5"; 2986 + sha256 = "07qnsafl6203a2zclxl20hy4jq11c471cgvd0bj5r9fx1qqw06br"; 2989 2987 type = "gem"; 2990 2988 }; 2991 - version = "4.2.5.2"; 2989 + version = "0.1.2"; 2992 2990 }; 2993 - ace-rails-ap = { 2991 + wikicloth = { 2992 + dependencies = ["builder" "expression_parser" "rinku"]; 2994 2993 source = { 2995 2994 remotes = ["https://rubygems.org"]; 2996 - sha256 = "082n12rkd9j7d89030nhmi4fx1gqaf13knps6cknsyvwix7fryvv"; 2995 + sha256 = "1jp6c2yzyqbap8jdiw8yz6l08sradky1llhyhmrg934l1b5akj3s"; 2997 2996 type = "gem"; 2998 2997 }; 2999 - version = "2.0.1"; 2998 + version = "0.8.1"; 3000 2999 }; 3001 - RedCloth = { 3000 + xml-simple = { 3002 3001 source = { 3003 3002 remotes = ["https://rubygems.org"]; 3004 - sha256 = "06pahxyrckhgb7alsxwhhlx1ib2xsx33793finj01jk8i054bkxl"; 3003 + sha256 = "0xlqplda3fix5pcykzsyzwgnbamb3qrqkgbrhhfz2a2fxhrkvhw8"; 3005 3004 type = "gem"; 3006 3005 }; 3007 - version = "4.2.9"; 3006 + version = "1.1.5"; 3008 3007 }; 3009 - CFPropertyList = { 3008 + xpath = { 3009 + dependencies = ["nokogiri"]; 3010 3010 source = { 3011 3011 remotes = ["https://rubygems.org"]; 3012 - sha256 = "0mjb46368z4hiax3fcsgxk14fxrhwnvcmakc2f5sx8nz0wvvkwg2"; 3012 + sha256 = "04kcr127l34p7221z13blyl0dvh0bmxwx326j72idayri36a394w"; 3013 3013 type = "gem"; 3014 3014 }; 3015 - version = "2.3.2"; 3015 + version = "2.0.0"; 3016 3016 }; 3017 - } 3017 + }