Skip to content
Open
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
18 changes: 1 addition & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ GEM
activemodel (= 4.2.11.1)
activesupport (= 4.2.11.1)
arel (~> 6.0)
activerecord-jdbc-adapter (50.0)
activerecord (>= 2.2)
activerecord-jdbcmysql-adapter (50.0)
activerecord-jdbc-adapter (~> 50.0)
jdbc-mysql (~> 5.1.36)
activerecord-jdbcpostgresql-adapter (50.0)
activerecord-jdbc-adapter (~> 50.0)
jdbc-postgres (>= 9.4, < 43)
activerecord-session_store (1.1.3)
actionpack (>= 4.0)
activerecord (>= 4.0)
Expand Down Expand Up @@ -102,8 +94,6 @@ GEM
ice_nine (0.11.2)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
jdbc-mysql (5.1.47)
jdbc-postgres (42.2.6)
jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
Expand All @@ -129,13 +119,11 @@ GEM
minitest (5.14.0)
mnist (0.1.0)
multi_json (1.14.1)
mysql2 (0.3.21)
nio4r (2.5.2)
nio4r (2.5.2-java)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.9-java)
pg (0.18.4)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
Expand Down Expand Up @@ -252,7 +240,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.6)
tzinfo (1.2.10)
thread_safe (~> 0.1)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
Expand All @@ -274,8 +262,6 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord-jdbcmysql-adapter
activerecord-jdbcpostgresql-adapter
activerecord-session_store
better_errors
bootstrap-sass
Expand All @@ -291,8 +277,6 @@ DEPENDENCIES
kaminari (= 0.17.0)
log4r
mime-types (< 3)
mysql2 (~> 0.3.11)
pg (~> 0.18.1)
pry-doc
pry-rails
puma
Expand Down