Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gem 'jbuilder', '~> 2.5'


gem 'american_date'
gem 'carrierwave', '>= 1.0.0.rc', '< 2.0'
gem 'carrierwave', '>= 1.0.0.rc', '< 3.0'
gem 'daemons'
gem 'delayed_job_active_record', '4.1.4'
gem 'devise', '~> 4.7'
Expand Down
31 changes: 15 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
airbrussh (1.5.0)
sshkit (>= 1.6.1, != 1.7.0)
Expand Down Expand Up @@ -94,13 +94,14 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (2.0.0.rc)
carrierwave (2.2.6)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
image_processing (~> 1.1)
mimemagic (>= 0.3.0)
marcel (~> 1.0.0)
mini_mime (>= 0.1.3)
ssrf_filter (~> 1.0)
chronic (0.10.2)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
Expand All @@ -109,7 +110,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -482,7 +483,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand Down Expand Up @@ -517,12 +518,9 @@ GEM
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.20.0)
minitest (5.22.3)
multi_json (1.15.0)
multipart-post (2.3.0)
net-imap (0.4.4)
Expand All @@ -540,21 +538,21 @@ GEM
net-ssh (7.2.0)
netrc (0.11.0)
nio4r (2.5.9)
nokogiri (1.15.4-x86_64-darwin)
nokogiri (1.16.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
os (1.1.4)
paper_trail (14.0.0)
activerecord (>= 6.0)
request_store (~> 1.4)
pg (1.5.4)
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (3.12.6)
pundit (2.3.1)
activesupport (>= 3.0.0)
racc (1.7.2)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -634,7 +632,7 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.1)
ruby-vips (2.2.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand Down Expand Up @@ -678,6 +676,7 @@ GEM
sshkit (1.21.5)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
ssrf_filter (1.1.2)
stackdriver-core (1.5.0)
google-cloud-core (~> 1.2)
systemu (2.6.5)
Expand Down Expand Up @@ -725,7 +724,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yajl-ruby (1.4.3)
zeitwerk (2.6.12)
zeitwerk (2.6.13)
zonefile (1.06)

PLATFORMS
Expand All @@ -740,7 +739,7 @@ DEPENDENCIES
capistrano-rails
capistrano-rvm
capybara
carrierwave (>= 1.0.0.rc, < 2.0)
carrierwave (>= 1.0.0.rc, < 3.0)
coffee-rails (~> 4.2)
daemons
database_cleaner
Expand Down