Skip to content
Snippets Groups Projects
Commit 34b73551 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Pexel setup #731

parent 9837cafb
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ gem "mini_magick"
gem "octokit"
gem "omniauth-rails_csrf_protection", "~> 1.0"
gem "omniauth-saml", "~> 2.0"
gem "pexels", "~> 0.5.0"
gem "pg", "~> 1.1"
gem "puma"
gem "rails", "~> 7.0"
......
......@@ -344,6 +344,8 @@ GEM
omniauth (~> 2.0)
ruby-saml (~> 1.12)
orm_adapter (0.5.0)
pexels (0.5.0)
requests (~> 1.0.2)
pg (1.4.5)
popper_js (2.11.6)
public_suffix (5.0.1)
......@@ -394,6 +396,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.6.1)
requests (1.0.2)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
......@@ -556,6 +559,7 @@ DEPENDENCIES
octokit
omniauth-rails_csrf_protection (~> 1.0)
omniauth-saml (~> 2.0)
pexels (~> 0.5.0)
pg (~> 1.1)
puma
rack-mini-profiler (~> 2.0)
......
......@@ -26,6 +26,7 @@ SMTP_PASSWORD:
UNSPLASH_ACCESS_KEY:
UNSPLASH_SECRET:
PEXELS_API_KEY:
# Pour les tests automatisés
TEST_GITHUB_BRANCH:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment