Skip to content
Merged
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
40 changes: 20 additions & 20 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ruby File.read(ruby_version_file).chomp if File.readable?(ruby_version_file)
source "https://rubygems.org"

group :production do
gem "pg", "~> 0.18.4"
gem "unicorn", "~> 5.3"
gem "pg"
gem "unicorn"
end

group :development do
Expand All @@ -26,26 +26,26 @@ group :development, :test do
end

gem "activerecord", "~> 5.0"
gem "bcrypt", "~> 3.1"
gem "delayed_job", "~> 4.1"
gem "delayed_job_active_record", "~> 4.1"
gem "feedbag", "~> 0.9.5"
gem "feedjira", "~> 3.0"
gem "bcrypt"
gem "delayed_job"
gem "delayed_job_active_record"
gem "feedbag"
gem "feedjira"
gem "httparty"
gem "i18n"
gem "loofah", "~> 2.3"
gem "nokogiri", "~> 1.11"
gem "rack-protection", "~> 2.0"
gem "racksh", "~> 1.0"
gem "rack-ssl", "~> 1.4"
gem "rake", "~> 12.3"
gem "loofah"
gem "nokogiri"
gem "rack-protection"
gem "racksh"
gem "rack-ssl"
gem "rake"
gem "sass"
gem "sinatra", "~> 2.0"
gem "sinatra-activerecord", "~> 2.0"
gem "sinatra-contrib", "~> 2.0"
gem "sinatra-flash", "~> 0.3"
gem "sprockets", "~> 3.7"
gem "sinatra"
gem "sinatra-activerecord"
gem "sinatra-contrib"
gem "sinatra-flash"
gem "sprockets"
gem "sprockets-helpers"
gem "thread", "~> 0.2"
gem "thread"
gem "uglifier"
gem "will_paginate", "~> 3.1"
gem "will_paginate"
112 changes: 61 additions & 51 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
arel (9.0.0)
ast (2.4.2)
backports (3.6.8)
bcrypt (3.1.11)
bcrypt (3.1.16)
byebug (11.1.3)
capybara (3.35.3)
addressable
Expand All @@ -35,49 +34,53 @@ GEM
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
crass (1.0.5)
crass (1.0.6)
delayed_job (4.1.9)
activesupport (>= 3.0, < 6.2)
delayed_job_active_record (4.1.5)
activerecord (>= 3.0, < 6.2)
delayed_job (>= 3.0, < 5)
diff-lcs (1.2.5)
diff-lcs (1.4.4)
docile (1.3.5)
execjs (2.7.0)
faker (2.16.0)
i18n (>= 1.6, < 2)
feedbag (0.9.5)
nokogiri (~> 1.0)
feedbag (0.10.1)
nokogiri (~> 1.8, >= 1.8.2)
open_uri_redirections (~> 0.2)
feedjira (3.1.2)
loofah (>= 2.3.1)
sax-machine (>= 1.0)
ffi (1.14.2)
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
json (2.5.1)
kgio (2.11.2)
loofah (2.3.1)
kgio (2.11.3)
loofah (2.9.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0221)
mime-types-data (3.2021.0212)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.4)
multi_json (1.14.1)
multi_json (1.15.0)
multi_xml (0.6.0)
mustermann (1.0.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
open_uri_redirections (0.2.1)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
pg (0.18.4)
pg (1.2.3)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -87,7 +90,7 @@ GEM
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
rack-protection (2.0.7)
rack-protection (2.1.0)
rack
rack-ssl (1.4.1)
rack
Expand All @@ -97,8 +100,11 @@ GEM
rack (>= 1.0)
rack-test (>= 0.5)
rainbow (3.0.0)
raindrops (0.19.0)
rake (12.3.3)
raindrops (0.19.1)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
rexml (3.2.4)
rspec (3.10.0)
Expand Down Expand Up @@ -129,7 +135,12 @@ GEM
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
ruby-progressbar (1.11.0)
sass (3.4.22)
ruby2_keywords (0.0.4)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sax-machine (1.3.2)
shotgun (0.9.2)
rack (>= 1.0)
Expand All @@ -138,27 +149,26 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.0.7)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.7)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
sinatra-activerecord (2.0.14)
activerecord (>= 3.2)
sinatra-activerecord (2.0.22)
activerecord (>= 4.1)
sinatra (>= 1.0)
sinatra-contrib (2.0.7)
backports (>= 2.8.2)
sinatra-contrib (2.1.0)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.7)
sinatra (= 2.0.7)
rack-protection (= 2.1.0)
sinatra (= 2.1.0)
tilt (~> 2.0)
sinatra-flash (0.3.0)
sinatra (>= 1.0.0)
sprockets (3.7.2)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-helpers (1.2.1)
sprockets-helpers (1.4.0)
sprockets (>= 2.2)
sqlite3 (1.4.2)
sync (0.5.0)
Expand All @@ -173,13 +183,13 @@ GEM
sync
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (3.0.2)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.0.0)
unicorn (5.4.0)
unicorn (5.8.0)
kgio (~> 2.6)
raindrops (~> 0.7)
will_paginate (3.1.0)
will_paginate (3.3.0)
xpath (3.2.0)
nokogiri (~> 1.8)

Expand All @@ -188,46 +198,46 @@ PLATFORMS

DEPENDENCIES
activerecord (~> 5.0)
bcrypt (~> 3.1)
bcrypt
capybara
coveralls (> 0.8)
delayed_job (~> 4.1)
delayed_job_active_record (~> 4.1)
delayed_job
delayed_job_active_record
faker
feedbag (~> 0.9.5)
feedjira (~> 3.0)
feedbag
feedjira
httparty
i18n
loofah (~> 2.3)
nokogiri (~> 1.11)
pg (~> 0.18.4)
loofah
nokogiri
pg
pry-byebug
rack-protection (~> 2.0)
rack-ssl (~> 1.4)
rack-protection
rack-ssl
rack-test
racksh (~> 1.0)
rake (~> 12.3)
racksh
rake
rspec
rspec-html-matchers
rubocop
sass
shotgun
simplecov
sinatra (~> 2.0)
sinatra-activerecord (~> 2.0)
sinatra-contrib (~> 2.0)
sinatra-flash (~> 0.3)
sprockets (~> 3.7)
sinatra
sinatra-activerecord
sinatra-contrib
sinatra-flash
sprockets
sprockets-helpers
sqlite3
thread (~> 0.2)
thread
timecop
uglifier
unicorn (~> 5.3)
will_paginate (~> 3.1)
unicorn
will_paginate

RUBY VERSION
ruby 2.6.5p114

BUNDLED WITH
1.17.3
2.1.4