Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Удалить неиспользуемые зависимости #51

Merged
merged 3 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@ gem 'devise'
gem 'digest'
gem 'faraday'
gem 'httparty'
gem 'instagram_basic_display'
gem 'instagram_graph_api'
gem 'omniauth-instagram'
gem 'pkce_challenge'

gem 'cssbundling-rails'

gem 'rubocop', '~> 1.65', require: false

gem 'open-uri'

gem 'rails_performance'

gem 'administrate'
Expand Down
51 changes: 6 additions & 45 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,12 @@ GEM
faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
ffi (1.16.3-x64-mingw-ucrt)
globalid (1.2.1)
activesupport (>= 6.1)
hashie (5.0.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
Expand All @@ -159,8 +156,6 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.7.2)
jwt (2.8.2)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand All @@ -173,13 +168,6 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
koala (3.6.0)
addressable
base64
faraday
faraday-multipart
json (>= 1.8)
rexml
language_server-protocol (3.17.0.3)
logger (1.6.0)
loofah (2.22.0)
Expand All @@ -197,7 +185,6 @@ GEM
msgpack (1.7.2)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multipart-post (2.4.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
Expand All @@ -215,26 +202,6 @@ GEM
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
omniauth (1.9.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-instagram (1.3.0)
omniauth (~> 1)
omniauth-oauth2 (~> 1)
omniauth-oauth2 (1.7.3)
oauth2 (>= 1.4, < 3)
omniauth (>= 1.9, < 3)
open-uri (0.4.1)
stringio
time
uri
orm_adapter (0.5.0)
parallel (1.25.1)
parser (3.3.4.0)
Expand All @@ -249,14 +216,14 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
rack-session (1.0.2)
rack (< 3)
rack (3.1.7)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (1.0.0)
rack (< 3)
webrick
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.1.3.4)
actioncable (= 7.1.3.4)
actionmailbox (= 7.1.3.4)
Expand Down Expand Up @@ -339,9 +306,6 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand All @@ -355,8 +319,6 @@ GEM
strscan (3.1.0)
thor (1.3.1)
tilt (2.4.0)
time (0.3.0)
date
timeout (0.4.1)
turbo-rails (2.0.6)
actionpack (>= 6.0.0)
Expand All @@ -368,7 +330,6 @@ GEM
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
uri (0.13.0)
version_gem (1.1.4)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.1)
Expand Down
Loading