Skip to content
Draft
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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby ">= 2.4.10", "< 2.5"

gem "rails", "~> 5.0.7.2"
gem "rails", "~> 5.1.7"

gem "devise", "~> 4.0"
gem "psych", "~> 2.0.2" # part of stdlib, need newer version for safe_load
Expand All @@ -24,7 +24,7 @@ gem "loofah", "<= 2.20.0"
gem "whenever", require: false # for cron jobs
gem "tilt"
gem "simple-navigation", "3.11.0"
gem "simple_form", "3.3.1"
gem "simple_form", "~> 4.1.0"
gem "render_anywhere"
gem "pygments.rb", "~> 2.0"
gem "ranked-model"
Expand Down
105 changes: 52 additions & 53 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,43 @@ GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.1)
actioncable (5.0.7.2)
actionpack (= 5.0.7.2)
nio4r (>= 1.2, < 3.0)
actioncable (5.1.7)
actionpack (= 5.1.7)
nio4r (~> 2.0)
websocket-driver (~> 0.6.1)
actionmailer (5.0.7.2)
actionpack (= 5.0.7.2)
actionview (= 5.0.7.2)
activejob (= 5.0.7.2)
actionmailer (5.1.7)
actionpack (= 5.1.7)
actionview (= 5.1.7)
activejob (= 5.1.7)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.0.7.2)
actionview (= 5.0.7.2)
activesupport (= 5.0.7.2)
actionpack (5.1.7)
actionview (= 5.1.7)
activesupport (= 5.1.7)
rack (~> 2.0)
rack-test (~> 0.6.3)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.7.2)
activesupport (= 5.0.7.2)
actionview (5.1.7)
activesupport (= 5.1.7)
builder (~> 3.1)
erubis (~> 2.7.0)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.0.7.2)
activesupport (= 5.0.7.2)
activejob (5.1.7)
activesupport (= 5.1.7)
globalid (>= 0.3.6)
activemodel (5.0.7.2)
activesupport (= 5.0.7.2)
activemodel (5.1.7)
activesupport (= 5.1.7)
activemodel-serializers-xml (1.0.3)
activemodel (>= 5.0.0.a)
activesupport (>= 5.0.0.a)
builder (~> 3.1)
activerecord (5.0.7.2)
activemodel (= 5.0.7.2)
activesupport (= 5.0.7.2)
arel (~> 7.0)
activesupport (5.0.7.2)
activerecord (5.1.7)
activemodel (= 5.1.7)
activesupport (= 5.1.7)
arel (~> 8.0)
activesupport (5.1.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -63,7 +63,7 @@ GEM
afm (0.2.2)
airbrussh (1.5.3)
sshkit (>= 1.6.1, != 1.7.0)
arel (7.1.4)
arel (8.0.0)
ast (2.4.3)
atomic (1.1.101)
avl_tree (1.2.1)
Expand Down Expand Up @@ -129,13 +129,12 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.6.1)
diff-lcs (1.6.2)
docile (1.3.5)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
ed25519 (1.3.0)
erubi (1.13.1)
erubis (2.7.0)
eventmachine (1.2.7)
execjs (2.9.0)
factory_bot (5.2.0)
Expand Down Expand Up @@ -181,10 +180,10 @@ GEM
atomic (~> 1.0)
avl_tree (~> 1.2.0)
hitimes (~> 1.1)
mime-types (3.6.2)
mime-types (3.7.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2025.0415)
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0701)
mini_mime (1.1.2)
mini_portile2 (2.4.0)
mini_racer (0.4.0)
Expand All @@ -193,8 +192,8 @@ GEM
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
net-http-digest_auth (1.4.1)
net-http-persistent (4.0.5)
connection_pool (~> 2.2)
net-http-persistent (4.0.6)
connection_pool (~> 2.2, >= 2.2.4)
net-scp (4.1.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0)
Expand All @@ -221,7 +220,7 @@ GEM
ttfunk
pdfkit (0.8.4.3.2)
pg (1.2.3)
pkg-config (1.6.1)
pkg-config (1.6.2)
prawn (2.2.2)
pdf-core (~> 0.7.0)
ttfunk (~> 1.5)
Expand All @@ -233,22 +232,22 @@ GEM
activesupport (>= 3.0.0)
pygments.rb (2.3.1)
racc (1.5.2)
rack (2.2.13)
rack (2.2.17)
rack-protection (2.2.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.7.2)
actioncable (= 5.0.7.2)
actionmailer (= 5.0.7.2)
actionpack (= 5.0.7.2)
actionview (= 5.0.7.2)
activejob (= 5.0.7.2)
activemodel (= 5.0.7.2)
activerecord (= 5.0.7.2)
activesupport (= 5.0.7.2)
rack-test (2.2.0)
rack (>= 1.3)
rails (5.1.7)
actioncable (= 5.1.7)
actionmailer (= 5.1.7)
actionpack (= 5.1.7)
actionview (= 5.1.7)
activejob (= 5.1.7)
activemodel (= 5.1.7)
activerecord (= 5.1.7)
activesupport (= 5.1.7)
bundler (>= 1.3.0)
railties (= 5.0.7.2)
railties (= 5.1.7)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
Expand All @@ -260,9 +259,9 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (5.0.7.2)
actionpack (= 5.0.7.2)
activesupport (= 5.0.7.2)
railties (5.1.7)
actionpack (= 5.1.7)
activesupport (= 5.1.7)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
Expand Down Expand Up @@ -338,9 +337,9 @@ GEM
concurrent-ruby (~> 1.0, >= 1.0.2)
simple-navigation (3.11.0)
activesupport (>= 2.3.2)
simple_form (3.3.1)
actionpack (> 4, < 5.1)
activemodel (> 4, < 5.1)
simple_form (4.1.0)
actionpack (>= 5.0)
activemodel (>= 5.0)
simplecov (0.18.5)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -446,7 +445,7 @@ DEPENDENCIES
pundit (~> 1.1.0)
pygments.rb (~> 2.0)
qless!
rails (~> 5.0.7.2)
rails (~> 5.1.7)
rails-controller-testing (~> 1.0)
ranked-model
recaptcha
Expand All @@ -462,7 +461,7 @@ DEPENDENCIES
sd_notify
sentry-rails
simple-navigation (= 3.11.0)
simple_form (= 3.3.1)
simple_form (~> 4.1.0)
simplecov
sinatra
spring
Expand Down
Loading