From 34b73551a31a9e9182b143e77804427b819eda4d Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Wed, 1 Feb 2023 16:30:44 +0100 Subject: [PATCH] Pexel setup #731 --- Gemfile | 1 + Gemfile.lock | 4 ++++ config/application.sample.yml | 1 + 3 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index df6f772a1..327f358c4 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index c3bd4d1f7..fb1b1ce79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/config/application.sample.yml b/config/application.sample.yml index c0a9ec205..62eda17c7 100644 --- a/config/application.sample.yml +++ b/config/application.sample.yml @@ -26,6 +26,7 @@ SMTP_PASSWORD: UNSPLASH_ACCESS_KEY: UNSPLASH_SECRET: +PEXELS_API_KEY: # Pour les tests automatisés TEST_GITHUB_BRANCH: -- GitLab