Skip to content

Commit

Permalink
add devse
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Feb 26, 2024
1 parent 66934e4 commit 94f0c8d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

gem "openid_connect", "~> 1.4"
gem 'openid_connect', '~> 1.4'

gem 'devise', '~> 4.9'
14 changes: 14 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ GEM
ast (2.4.2)
attr_required (1.0.2)
base64 (0.2.0)
bcrypt (3.1.20)
bindata (2.4.15)
bleib (0.0.8)
bootsnap (1.18.3)
Expand Down Expand Up @@ -132,6 +133,12 @@ GEM
database_cleaner-core (2.0.1)
date (3.3.4)
deep_merge (1.2.1)
devise (4.9.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.4.4)
docile (1.3.5)
domain_name (0.5.20190701)
Expand Down Expand Up @@ -290,6 +297,7 @@ GEM
validate_email
validate_url
webfinger (~> 1.2)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.2.1.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -363,6 +371,9 @@ GEM
ffi (~> 1.0)
rb-readline (0.5.5)
regexp_parser (2.9.0)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand Down Expand Up @@ -469,6 +480,8 @@ GEM
activemodel (>= 3.0.0)
public_suffix
version_gem (1.1.3)
warden (1.2.9)
rack (>= 2.0.9)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
Expand Down Expand Up @@ -502,6 +515,7 @@ DEPENDENCIES
countries
cssbundling-rails
database_cleaner
devise (~> 4.9)
faker
haml-rails
i18n_data
Expand Down

0 comments on commit 94f0c8d

Please sign in to comment.