Skip to content

Instantly share code, notes, and snippets.

@kaikuchn
Created December 14, 2016 16:15
Show Gist options
  • Select an option

  • Save kaikuchn/814301d497218f3de0cf41366e9d7103 to your computer and use it in GitHub Desktop.

Select an option

Save kaikuchn/814301d497218f3de0cf41366e9d7103 to your computer and use it in GitHub Desktop.

Revisions

  1. kaikuchn created this gist Dec 14, 2016.
    170 changes: 170 additions & 0 deletions Gemfile.lock
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,170 @@
    GEM
    remote: https://rubygems.org/
    specs:
    addressable (2.5.0)
    public_suffix (~> 2.0, >= 2.0.2)
    ansi (1.5.0)
    ast (2.3.0)
    axiom-types (0.1.1)
    descendants_tracker (~> 0.0.4)
    ice_nine (~> 0.11.0)
    thread_safe (~> 0.3, >= 0.3.1)
    bson (4.2.0)
    builder (3.2.2)
    byebug (9.0.6)
    capybara (2.10.1)
    addressable
    mime-types (>= 1.16)
    nokogiri (>= 1.3.3)
    rack (>= 1.0.0)
    rack-test (>= 0.5.4)
    xpath (~> 2.0)
    coercible (1.0.0)
    descendants_tracker (~> 0.0.1)
    concurrent-ruby (1.0.2)
    descendants_tracker (0.0.4)
    thread_safe (~> 0.3, >= 0.3.1)
    dotenv (2.1.1)
    dry-configurable (0.3.0)
    concurrent-ruby (~> 1.0)
    dry-container (0.5.0)
    concurrent-ruby (~> 1.0)
    dry-configurable (~> 0.1, >= 0.1.3)
    dry-core (0.2.1)
    concurrent-ruby (~> 1.0)
    dry-equalizer (0.2.0)
    dry-logic (0.4.0)
    dry-container (~> 0.2, >= 0.2.6)
    dry-core (~> 0.1)
    dry-equalizer (~> 0.2)
    dry-types (0.9.2)
    concurrent-ruby (~> 1.0)
    dry-configurable (~> 0.1)
    dry-container (~> 0.3)
    dry-core (~> 0.2)
    dry-equalizer (~> 0.2)
    dry-logic (~> 0.4, >= 0.4.0)
    inflecto (~> 0.0.0, >= 0.0.2)
    dry-validation (0.10.3)
    concurrent-ruby (~> 1.0)
    dry-configurable (~> 0.1, >= 0.1.3)
    dry-container (~> 0.2, >= 0.2.8)
    dry-core (~> 0.1)
    dry-equalizer (~> 0.2)
    dry-logic (~> 0.4, >= 0.4.0)
    dry-types (~> 0.9, >= 0.9.0)
    equalizer (0.0.11)
    hanami (0.9.1)
    bundler (~> 1.13)
    concurrent-ruby (~> 1.0)
    hanami-assets (~> 0.4)
    hanami-controller (~> 0.8)
    hanami-helpers (~> 0.5)
    hanami-mailer (~> 0.4)
    hanami-router (~> 0.8, >= 0.8.1)
    hanami-utils (~> 0.9)
    hanami-validations (~> 0.7)
    hanami-view (~> 0.8)
    thor (~> 0.19)
    hanami-assets (0.4.0)
    hanami-helpers (~> 0.5)
    hanami-utils (~> 0.9)
    tilt (~> 2.0, >= 2.0.2)
    hanami-controller (0.8.0)
    hanami-utils (~> 0.9)
    rack (~> 1.6, >= 1.6.2)
    hanami-helpers (0.5.0)
    hanami-utils (~> 0.9)
    hanami-mailer (0.4.0)
    hanami-utils (~> 0.9)
    mail (~> 2.5)
    tilt (~> 2.0, >= 2.0.1)
    hanami-router (0.8.1)
    hanami-utils (~> 0.9, >= 0.9.1)
    http_router (~> 0.11)
    rack (~> 1.6)
    hanami-utils (0.9.1)
    hanami-validations (0.7.1)
    dry-validation (~> 0.10)
    hanami-utils (~> 0.9)
    hanami-view (0.8.0)
    hanami-utils (~> 0.9)
    tilt (~> 2.0, >= 2.0.1)
    http_router (0.11.2)
    rack (>= 1.0.0)
    url_mount (~> 0.2.1)
    ice_nine (0.11.2)
    inflecto (0.0.2)
    kgio (2.10.0)
    mail (2.6.4)
    mime-types (>= 1.16, < 4)
    mime-types (3.1)
    mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mini_portile2 (2.1.0)
    minitest (5.9.1)
    minitest-reporters (1.1.12)
    ansi
    builder
    minitest (>= 5.0)
    ruby-progressbar
    mongo (2.4.0)
    bson (~> 4.2.0)
    nokogiri (1.6.8.1)
    mini_portile2 (~> 2.1.0)
    parser (2.3.3.0)
    ast (~> 2.2)
    powerpack (0.1.1)
    public_suffix (2.0.4)
    rack (1.6.5)
    rack-test (0.6.3)
    rack (>= 1.0)
    rainbow (2.1.0)
    raindrops (0.17.0)
    rake (11.3.0)
    rubocop (0.46.0)
    parser (>= 2.3.1.1, < 3.0)
    powerpack (~> 0.1)
    rainbow (>= 1.99.1, < 3.0)
    ruby-progressbar (~> 1.7)
    unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.8.1)
    shotgun (0.9.2)
    rack (>= 1.0)
    thor (0.19.4)
    thread_safe (0.3.5)
    tilt (2.0.5)
    unicode-display_width (1.1.1)
    unicorn (5.2.0)
    kgio (~> 2.6)
    raindrops (~> 0.7)
    url_mount (0.2.1)
    rack
    virtus (1.0.5)
    axiom-types (~> 0.1)
    coercible (~> 1.0)
    descendants_tracker (~> 0.0, >= 0.0.3)
    equalizer (~> 0.0, >= 0.0.9)
    xpath (2.0.0)
    nokogiri (~> 1.3)

    PLATFORMS
    ruby

    DEPENDENCIES
    bundler
    byebug
    capybara
    dotenv (~> 2.0)
    hanami (~> 0.9)
    minitest
    minitest-reporters
    mongo (~> 2.4.0)
    rake
    rubocop
    shotgun
    unicorn
    virtus

    BUNDLED WITH
    1.13.6