Skip to content

Commit

Permalink
Add micro case gem
Browse files Browse the repository at this point in the history
  • Loading branch information
betogrun committed Sep 10, 2022
1 parent e84dc40 commit ba26ee9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ gem 'puma', '~> 5.0'
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
# gem "bcrypt", "~> 3.1.7"

gem 'u-case', '~> 4.5.1'

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ GEM
json (2.6.2)
json-schema (2.8.1)
addressable (>= 2.4)
kind (5.10.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -221,6 +222,11 @@ GEM
timeout (0.3.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
u-attributes (2.8.0)
kind (>= 4.0, < 6.0)
u-case (4.5.1)
kind (>= 5.6, < 6.0)
u-attributes (>= 2.7, < 3.0)
unicode-display_width (2.2.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
Expand All @@ -243,6 +249,7 @@ DEPENDENCIES
rubocop-rails (~> 2.15, >= 2.15.2)
shoulda-matchers (~> 5.1)
tzinfo-data
u-case (~> 4.5.1)

RUBY VERSION
ruby 3.1.2p20
Expand Down

0 comments on commit ba26ee9

Please sign in to comment.