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 @@ -36,7 +36,7 @@ gem 'bcrypt', '~> 3.1.7'
# Other gems
gem 'chronic', '0.10.2'
gem 'materialize-sass', '0.100.2'
gem 'simple_form', '3.5.0'
gem 'simple_form', '5.0.0'
gem 'materialize-form', '1.0.8'
gem 'jquery-rails', '4.3.1'
gem 'jquery-ui-rails', '6.0.1'
Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GEM
bindex (0.5.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
builder (3.2.3)
builder (3.2.4)
byebug (10.0.2)
callsite (0.0.11)
cancancan (2.1.2)
Expand All @@ -80,8 +80,8 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.3)
crass (1.0.4)
concurrent-ruby (1.1.6)
crass (1.0.6)
cucumber (3.1.2)
builder (>= 2.1.2)
cucumber-core (~> 3.2.0)
Expand All @@ -108,7 +108,7 @@ GEM
debug_inspector (0.0.3)
diff-lcs (1.3)
docile (1.1.5)
erubi (1.7.1)
erubi (1.9.0)
execjs (2.7.0)
factory_bot (4.8.2)
activesupport (>= 3.0.0)
Expand All @@ -122,7 +122,7 @@ GEM
globalid (0.4.1)
activesupport (>= 4.2.0)
hirb (0.7.3)
i18n (1.1.1)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jbuilder (2.8.0)
activesupport (>= 4.2.0)
Expand All @@ -140,7 +140,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.3)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -157,8 +157,8 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
mini_portile2 (2.4.0)
minitest (5.14.0)
minitest-rails (3.0.0)
minitest (~> 5.8)
railties (~> 5.0)
Expand All @@ -170,12 +170,12 @@ GEM
multi_json (1.13.1)
multi_test (0.1.2)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
populator (1.0.0)
public_suffix (3.0.3)
puma (3.12.0)
rack (2.0.6)
rack (2.2.2)
rack-contrib (2.1.0)
rack (~> 2.0)
rack-test (1.1.0)
Expand All @@ -199,8 +199,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (5.1.6)
actionpack (= 5.1.6)
activesupport (= 5.1.6)
Expand Down Expand Up @@ -234,9 +234,9 @@ GEM
shoulda-context (1.2.2)
shoulda-matchers (2.8.0)
activesupport (>= 3.0.0)
simple_form (3.5.0)
actionpack (> 4, < 5.2)
activemodel (> 4, < 5.2)
simple_form (5.0.0)
actionpack (>= 5.0)
activemodel (>= 5.0)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
Expand All @@ -261,7 +261,7 @@ GEM
time_date_helpers (0.0.2)
chronic
timeliness (0.3.8)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
uglifier (4.1.19)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -317,7 +317,7 @@ DEPENDENCIES
selenium-webdriver (= 3.8.0)
shoulda (= 3.5.0)
shoulda-matchers (= 2.8.0)
simple_form (= 3.5.0)
simple_form (= 5.0.0)
simplecov (= 0.15.1)
spring (= 2.0.2)
spring-watcher-listen (= 2.0.1)
Expand Down