You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Useful, common monads in idiomatic Ruby [https://github.com/dry-rb/dry-monads]
96
96
gem'dry-monads','~> 1.4'
97
97
98
+
# A simple validation library [https://github.com/dry-rb/dry-validation]
99
+
gem'dry-validation','~> 1.6'
100
+
101
+
# Typed structs and value objects [https://github.com/dry-rb/dry-struct]
102
+
gem'dry-struct','~> 1.4'
103
+
104
+
# Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc [https://github.com/dry-rb/dry-types]
105
+
gem'dry-types','~> 1.5','>= 1.5.1'
106
+
107
+
# DSL for declaring params and options of the initializer [https://github.com/dry-rb/dry-initializer]
108
+
gem'dry-initializer','~> 3.1','>= 3.1.1'
109
+
98
110
# Form object decoupled from models with validation, population and presentation [https://github.com/trailblazer/reform]
99
111
gem'reform','~> 2.6'
100
112
101
113
# Automatically load and include all common Rails form features. [https://github.com/trailblazer/reform-rails]
102
114
gem'reform-rails','~> 0.2.2'
103
115
104
-
# A simple validation library [https://github.com/dry-rb/dry-validation]
105
-
gem'dry-validation','~> 1.6'
106
-
107
116
# Flexible authentication solution for Rails with Warden [https://github.com/heartcombo/devise]
0 commit comments