Skip to content

Commit

Permalink
Merge pull request #2979 from cenit-io/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sanchojaf committed Jul 5, 2022
2 parents e6dde4f + fd3ca22 commit 7ffa280
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 575 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ gem 'codemirror-rails'
gem 'wannabe_bool'
gem 'parser'
gem 'oauth'
gem 'openapi3_parser', '~> 0.9'

gem 'captcha'
gem "recaptcha", require: "recaptcha/rails"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ GEM
coffee-script-source (1.12.2)
combine_pdf (1.0.4)
ruby-rc4 (>= 0.1.5)
commonmarker (0.23.5)
concurrent-ruby (1.1.9)
crass (1.0.6)
daemons (1.4.0)
Expand Down Expand Up @@ -378,6 +379,8 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
openapi3_parser (0.9.2)
commonmarker (~> 0.17)
orm_adapter (0.5.0)
parallel (1.20.1)
parser (3.0.2.0)
Expand Down Expand Up @@ -630,6 +633,7 @@ DEPENDENCIES
nokogiri
oauth
oauth2
openapi3_parser (~> 0.9)
parser
peddler
poltergeist
Expand Down
Loading

0 comments on commit 7ffa280

Please sign in to comment.