Skip to content

Commit

Permalink
Update to Hanami 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jul 15, 2019
1 parent f76a261 commit 8ab0eb7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 45 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ruby '2.6.3'
gem 'puma'

gem 'rake'
gem 'hanami', '~> 1.2'
gem 'hanami-model', '~> 1.2'
gem 'hanami', '~> 1.3'
gem 'hanami-model', '~> 1.3'

# healthcheck
gem 'wet-health_endpoint'
Expand Down
89 changes: 46 additions & 43 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GEM
rack-test (>= 0.6.3)
xpath (~> 3.1)
coderay (1.1.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
Expand All @@ -44,14 +44,15 @@ GEM
dotenv (2.5.0)
dry-auto_inject (0.4.6)
dry-container (>= 0.3.4)
dry-configurable (0.7.0)
dry-configurable (0.8.3)
concurrent-ruby (~> 1.0)
dry-container (0.6.0)
dry-core (~> 0.4, >= 0.4.7)
dry-container (0.7.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.7)
dry-core (0.4.8)
concurrent-ruby (~> 1.0)
dry-equalizer (0.2.1)
dry-equalizer (0.2.2)
dry-inflector (0.1.2)
dry-initializer (1.4.1)
dry-logic (0.4.2)
Expand Down Expand Up @@ -111,55 +112,57 @@ GEM
guard (~> 2.14)
guard-compat (~> 1.2)
puma (~> 3.6)
hanami (1.2.0)
bundler
hanami (1.3.1)
bundler (>= 1.6, < 3)
concurrent-ruby (~> 1.0)
hanami-assets (~> 1.2)
hanami-cli (~> 0.2)
hanami-controller (~> 1.2)
hanami-helpers (~> 1.2)
hanami-mailer (~> 1.2)
hanami-router (~> 1.2)
hanami-utils (~> 1.2)
hanami-validations (~> 1.2)
hanami-view (~> 1.2)
hanami-assets (1.2.0)
hanami-helpers (~> 1.2)
hanami-utils (~> 1.2)
hanami-assets (~> 1.3)
hanami-cli (~> 0.3)
hanami-controller (~> 1.3)
hanami-helpers (~> 1.3)
hanami-mailer (~> 1.3)
hanami-router (~> 1.3)
hanami-utils (~> 1.3)
hanami-validations (~> 1.3, < 3)
hanami-view (~> 1.3)
hanami-assets (1.3.1)
hanami-helpers (~> 1.3)
hanami-utils (~> 1.3)
tilt (~> 2.0, >= 2.0.2)
hanami-bootstrap (0.4.0)
hanami-assets (>= 0.2, < 2)
hanami-cli (0.2.0)
hanami-cli (0.3.1)
concurrent-ruby (~> 1.0)
hanami-utils (~> 1.2)
hanami-controller (1.2.0)
hanami-utils (~> 1.2)
hanami-utils (~> 1.3)
hanami-controller (1.3.2)
hanami-utils (~> 1.3)
rack (~> 2.0)
hanami-helpers (1.2.2)
hanami-utils (~> 1.2)
hanami-mailer (1.2.0)
hanami-utils (~> 1.2)
hanami-helpers (1.3.1)
hanami-utils (~> 1.3)
hanami-mailer (1.3.1)
hanami-utils (~> 1.3)
mail (~> 2.6)
tilt (~> 2.0, >= 2.0.1)
hanami-model (1.2.0)
hanami-model (1.3.2)
concurrent-ruby (~> 1.0)
dry-logic (~> 0.4.2, < 0.5)
dry-types (~> 0.11.0)
hanami-utils (~> 1.2)
hanami-utils (~> 1.3)
rom (~> 3.3, >= 3.3.3)
rom-repository (~> 1.4)
rom-sql (~> 1.3, >= 1.3.5)
hanami-router (1.2.0)
hanami-utils (~> 1.2)
hanami-router (1.3.1)
hanami-utils (~> 1.3)
http_router (= 0.11.2)
rack (~> 2.0)
hanami-utils (1.2.0)
hanami-utils (1.3.2)
concurrent-ruby (~> 1.0)
transproc (~> 1.0)
hanami-validations (1.2.2)
hanami-validations (1.3.3)
dry-logic (~> 0.4.2, < 0.5)
dry-validation (~> 0.11, < 0.12)
hanami-utils (~> 1.2)
hanami-view (1.2.0)
hanami-utils (~> 1.2)
hanami-utils (~> 1.3)
hanami-view (1.3.1)
hanami-utils (~> 1.3)
tilt (~> 2.0, >= 2.0.1)
hanami-webconsole (0.1.0)
better_errors (~> 2.4)
Expand All @@ -177,10 +180,10 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.13)
mail (2.7.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (0.9.0)
mini_mime (1.0.0)
mini_mime (1.0.2)
mini_portile2 (2.3.0)
mock_redis (0.18.0)
nenv (0.3.0)
Expand All @@ -196,7 +199,7 @@ GEM
public_suffix (3.0.2)
puma (3.11.4)
raabro (1.1.6)
rack (2.0.5)
rack (2.0.7)
rack-protection (2.0.3)
rack
rack-test (1.0.0)
Expand Down Expand Up @@ -276,8 +279,8 @@ GEM
temple (0.8.0)
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
transproc (1.0.2)
tilt (2.0.9)
transproc (1.0.3)
tzinfo (1.2.5)
thread_safe (~> 0.1)
url_mount (0.2.1)
Expand All @@ -301,9 +304,9 @@ DEPENDENCIES
dry-system
graphql
guard-puma
hanami (~> 1.2)
hanami (~> 1.3)
hanami-bootstrap (= 0.4)
hanami-model (~> 1.2)
hanami-model (~> 1.3)
hanami-pagination!
hanami-serializer!
hanami-webconsole
Expand Down

0 comments on commit 8ab0eb7

Please sign in to comment.