Skip to content

Commit

Permalink
Build: install devise, cancan and rswagger gems
Browse files Browse the repository at this point in the history
  • Loading branch information
HFG43 committed Nov 15, 2023
1 parent d93032e commit 51a1fda
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,11 @@ group :test do
gem "selenium-webdriver"

end

gem 'devise'

gem 'letter_opener', group: :development

gem 'cancancan'

gem 'rswag'
41 changes: 41 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
bcrypt (3.1.19)
bindex (0.8.1)
bootsnap (1.17.0)
msgpack (~> 1.2)
builder (3.2.4)
cancancan (3.5.0)
capybara (3.39.2)
addressable
matrix
Expand All @@ -87,6 +89,12 @@ GEM
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
devise (4.9.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
erubi (1.12.0)
globalid (1.2.1)
activesupport (>= 6.1)
Expand All @@ -103,6 +111,12 @@ GEM
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json-schema (3.0.0)
addressable (>= 2.8)
launchy (2.5.2)
addressable (~> 2.8)
letter_opener (1.8.1)
launchy (>= 2.2, < 3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -129,6 +143,7 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.5.4)
psych (5.1.1.1)
stringio
Expand Down Expand Up @@ -173,7 +188,27 @@ GEM
regexp_parser (2.8.2)
reline (0.4.0)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rswag (2.11.0)
rswag-api (= 2.11.0)
rswag-specs (= 2.11.0)
rswag-ui (= 2.11.0)
rswag-api (2.11.0)
railties (>= 3.1, < 7.2)
rswag-specs (2.11.0)
activesupport (>= 3.1, < 7.2)
json-schema (>= 2.2, < 4.0)
railties (>= 3.1, < 7.2)
rspec-core (>= 2.14)
rswag-ui (2.11.0)
actionpack (>= 3.1, < 7.2)
railties (>= 3.1, < 7.2)
rubyzip (2.3.2)
selenium-webdriver (4.15.0)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -197,6 +232,8 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand All @@ -215,13 +252,17 @@ PLATFORMS

DEPENDENCIES
bootsnap
cancancan
capybara
debug
devise
importmap-rails
jbuilder
letter_opener
pg (~> 1.1)
puma (~> 5.0)
rails (~> 7.0.8)
rswag
selenium-webdriver
sprockets-rails
stimulus-rails
Expand Down

0 comments on commit 51a1fda

Please sign in to comment.