Skip to content

Commit

Permalink
Merge pull request #54 from icelab/update-dry-libraries
Browse files Browse the repository at this point in the history
Update dry-* libraries
  • Loading branch information
dylanwolff authored Jul 2, 2016
2 parents 8c57edf + c374764 commit ab6d48a
Show file tree
Hide file tree
Showing 42 changed files with 199 additions and 235 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# RSpec artifacts
/spec/examples.txt

# Local config
/config/application.yml
# Local settings
/config/settings.yml

# Asset artifacts
/assets/build
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
2.3.0
10 changes: 6 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
source "https://rubygems.org"

ruby "2.2.3"
ruby "2.3.0"

gem "rake"

# Web framework
gem "puma"
gem "dry-component", git: "https://github.com/timriley/dry-component", branch: "import-containers-for-import-module" # temporary
gem "dry-web"
gem "dry-web", "~> 0.2"
gem "dry-web-roda", "~> 0.1"
gem "rack_csrf"
gem "shotgun"

Expand All @@ -24,10 +24,12 @@ gem "que"

# Application dependencies
gem "dry-equalizer"
gem "dry-logic"
gem "dry-result_matcher"
gem "dry-transaction"
gem "dry-types"
gem "dry-validation", git: "https://github.com/dryrb/dry-validation"
gem "dry-validation"
gem "dry-view"
gem "i18n"
gem "slim"
gem "transproc", git: "https://github.com/solnic/transproc"
Expand Down
213 changes: 94 additions & 119 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
GIT
remote: https://github.com/dryrb/dry-validation
revision: 727c1fb5448c47c0fa7490559269dbd21fe6b1c5
specs:
dry-validation (0.2.0)
dry-configurable (~> 0.1)
dry-container (~> 0.2, >= 0.2.6)
dry-data (~> 0.2, >= 0.2.1)
dry-equalizer (~> 0.2)

GIT
remote: https://github.com/rom-rb/rom
revision: 794d5d9649b7d6a76535e635095dc4f80394e8fa
revision: cc6df90a5ce18ddc41059d0f75aeb9e8b0549951
specs:
rom (1.0.0)
rom (2.0.0)
concurrent-ruby (~> 1.0)
dry-equalizer (~> 0.2)
dry-types (~> 0.7)
rom-mapper (~> 0.3.0)
rom-support (~> 1.0.0)

GIT
remote: https://github.com/rom-rb/rom-mapper
revision: 5fecb06bd0cdf227b9f0289c2870ebc4a88f0502
revision: 5cc3714c9c7a7e9bc676f5d0760f3e3de2e8bff9
specs:
rom-mapper (0.3.0)
dry-equalizer (~> 0.2)
Expand All @@ -29,23 +20,22 @@ GIT

GIT
remote: https://github.com/rom-rb/rom-repository
revision: 7a3cc43d6539dba9a6ffb71c66501da23ddc6c11
revision: 9a702eb5de93d730cb6fb102e6d1aa9a63fd1c5f
specs:
rom-repository (0.2.0)
anima (~> 0.2, >= 0.2)
rom-repository (0.3.0)
concurrent-ruby (~> 1.0)
rom (~> 1.0.0)
rom (~> 2.0)
rom-mapper (~> 0.3.0)
rom-support (~> 1.0.0)

GIT
remote: https://github.com/rom-rb/rom-sql
revision: 79001cfcc0a8beced7bd2675c16cddcf7b36684d
revision: 98e20842939b482c2103536703aeaa64383078e9
specs:
rom-sql (0.7.0)
rom-sql (0.8.0)
dry-equalizer (~> 0.2)
dry-types (~> 0.7)
rom (~> 1.0.0)
rom (~> 2.0)
sequel (~> 4.18)

GIT
Expand All @@ -63,139 +53,121 @@ GIT
specs:
transproc (0.4.0)

GIT
remote: https://github.com/timriley/dry-component
revision: a7bb18a0d89f87b0d5ddb1a7dd40f126d777c614
branch: import-containers-for-import-module
specs:
dry-component (0.0.2)
dry-auto_inject (~> 0.1)
dry-configurable (~> 0.1)
dry-container (~> 0.2, >= 0.2.7)
inflecto (>= 0.0.2)

GEM
remote: https://rubygems.org/
specs:
abstract_type (0.0.7)
adamantium (0.2.0)
ice_nine (~> 0.11.0)
memoizable (~> 0.4.0)
addressable (2.3.8)
anima (0.3.0)
abstract_type (~> 0.0.7)
adamantium (~> 0.2)
equalizer (~> 0.0.11)
bugsnag (2.8.12)
json (~> 1.7, >= 1.7.7)
byebug (5.0.0)
columnize (= 0.9.0)
capybara (2.5.0)
addressable (2.4.0)
bugsnag (4.2.1)
byebug (9.0.5)
capybara (2.7.1)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
capybara-screenshot (1.0.11)
capybara-screenshot (1.0.13)
capybara (>= 1.0, < 3)
launchy
cliver (0.3.2)
coderay (1.1.0)
columnize (0.9.0)
concurrent-ruby (1.0.1)
database_cleaner (1.5.1)
coderay (1.1.1)
concurrent-ruby (1.0.2)
database_cleaner (1.5.3)
diff-lcs (1.2.5)
dry-auto_inject (0.2.0)
dry-configurable (0.1.4)
dry-auto_inject (0.3.0)
dry-container (~> 0.3.4)
dry-component (0.3.0)
dry-auto_inject (~> 0.3)
dry-configurable (~> 0.1)
dry-container (~> 0.3, >= 0.3.4)
inflecto (>= 0.0.2)
dry-configurable (0.1.6)
concurrent-ruby (~> 1.0)
dry-container (0.3.1)
dry-container (0.3.4)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-data (0.5.1)
dry-configurable (~> 0.1)
dry-container (~> 0.2)
dry-equalizer (~> 0.2)
dry-logic (~> 0.1)
inflecto (~> 0.0.0, >= 0.0.2)
kleisli (~> 0.2)
thread_safe (~> 0.3)
dry-equalizer (0.2.0)
dry-logic (0.2.2)
dry-logic (0.2.3)
dry-container (~> 0.2, >= 0.2.6)
dry-equalizer (~> 0.2)
dry-result_matcher (0.3.0)
kleisli
dry-transaction (0.6.0)
dry-monads (0.0.2)
dry-result_matcher (0.4.0)
dry-monads (~> 0.0.0)
dry-transaction (0.7.0)
dry-container (>= 0.2.8)
kleisli
dry-monads (~> 0.0.1)
wisper (>= 1.6.0)
dry-types (0.7.1)
dry-types (0.7.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1)
dry-container (~> 0.3)
dry-equalizer (~> 0.2)
dry-logic (~> 0.2, >= 0.2.0)
dry-logic (~> 0.2, >= 0.2.3)
dry-monads (>= 0.0.1)
inflecto (~> 0.0.0, >= 0.0.2)
kleisli (~> 0.2)
dry-validation (0.7.4)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-container (~> 0.2, >= 0.2.8)
dry-equalizer (~> 0.2)
dry-logic (~> 0.2, >= 0.2.2)
dry-types (~> 0.6, >= 0.6.0)
dry-view (0.1.0)
dry-configurable (~> 0.1)
dry-equalizer (~> 0.2)
inflecto (~> 0)
tilt (~> 2.0)
dry-web (0.1.0)
dry-component (~> 0)
dry-web (0.3.1)
dry-component (~> 0.3.0)
dry-web-roda (0.2.1)
dry-configurable (~> 0.1)
dry-equalizer (~> 0.2)
dry-transaction (~> 0.5)
dry-view (~> 0.1)
inflecto (~> 0)
roda (~> 2.7)
tilt (~> 2.0)
equalizer (0.0.11)
inflecto (~> 0.0)
roda (~> 2.14)
roda-flow (~> 0.3)
thor (~> 0.19)
ffi (1.9.10)
formatador (0.2.5)
guard (2.13.0)
guard (2.14.0)
formatador (>= 0.2.4)
listen (>= 2.7, <= 4.0)
listen (>= 2.7, < 4.0)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-rspec (4.6.4)
guard-rspec (4.7.2)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
i18n (0.7.0)
ice_nine (0.11.2)
inflecto (0.0.2)
json (1.8.3)
kleisli (0.2.7)
launchy (2.4.3)
addressable (~> 2.3)
listen (3.0.3)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.10)
method_source (0.8.2)
mime-types (2.6.2)
mini_portile (0.6.2)
multi_json (1.11.3)
nenv (0.2.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
notiffany (0.0.8)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
nenv (0.3.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
notiffany (0.1.0)
nenv (~> 0.1)
shellany (~> 0.0)
pg (0.18.3)
poltergeist (1.9.0)
pg (0.18.4)
pkg-config (1.1.7)
poltergeist (1.10.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
multi_json (~> 1.0)
websocket-driver (>= 0.2.0)
postmark (1.7.1)
json
Expand All @@ -204,22 +176,23 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.2.0)
byebug (~> 5.0)
pry-byebug (3.4.0)
byebug (~> 9.0)
pry (~> 0.10)
puma (2.14.0)
que (0.11.4)
puma (3.4.0)
que (0.11.5)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
rack_csrf (2.5.0)
rack (>= 1.1.0)
rake (11.1.2)
rb-fsevent (0.9.6)
rb-inotify (0.9.5)
rake (11.2.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
roda (2.13.0)
roda (2.15.0)
rack
roda-flow (0.3.0)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
Expand All @@ -233,22 +206,22 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
sequel (4.33.0)
ruby_dep (1.3.1)
sequel (4.35.0)
shellany (0.0.1)
shotgun (0.9.1)
rack (>= 1.0)
site_prism (2.8)
site_prism (2.9)
addressable (>= 2.3.3, < 3.0)
capybara (>= 2.1, < 3.0)
slim (3.0.6)
temple (~> 0.7.3)
slim (3.0.7)
temple (~> 0.7.6)
tilt (>= 1.3.3, < 2.1)
slop (3.6.0)
temple (0.7.6)
temple (0.7.7)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.2)
websocket-driver (0.6.3)
tilt (2.0.5)
websocket-driver (0.6.4)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
wisper (1.6.1)
Expand All @@ -263,13 +236,15 @@ DEPENDENCIES
capybara
capybara-screenshot
database_cleaner
dry-component!
dry-equalizer
dry-logic
dry-result_matcher
dry-transaction
dry-types
dry-validation!
dry-web
dry-validation
dry-view
dry-web (~> 0.2)
dry-web-roda (~> 0.1)
guard-rspec
i18n
inflecto
Expand All @@ -293,4 +268,4 @@ DEPENDENCIES
transproc!

BUNDLED WITH
1.11.2
1.12.5
Loading

0 comments on commit ab6d48a

Please sign in to comment.