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 @@ -4,7 +4,7 @@ ruby "2.7.2"

#gem "rails", "~> 3.2.16"
gem "rails", "5.1.7"
gem "rack", "~> 2.0.9"
gem "rack", "~> 2.1.4"
gem "rake", "~> 13.0.3"
gem "pg", "~> 1.2.3"
#gem "foreigner", "~> 1.4.0"
Expand Down
27 changes: 15 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rails-assets.org/
specs:
actioncable (5.1.7)
actionpack (= 5.1.7)
Expand Down Expand Up @@ -277,7 +276,7 @@ GEM
terrapin (~> 0.6.0)
launchy (2.5.0)
addressable (~> 2.7)
libv8-node (15.14.0.1-x86_64-linux-musl)
libv8-node (15.14.0.1-x86_64-linux)
loofah (2.10.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -347,8 +346,8 @@ GEM
nio4r (~> 2.0)
rabl (0.14.5)
activesupport (>= 2.3.14)
racc (1.5.2)
rack (2.0.9)
racc (1.6.2)
rack (2.1.4.2)
rack-accept (0.4.5)
rack (>= 0.4)
rack-mini-profiler (0.10.7)
Expand All @@ -373,12 +372,6 @@ GEM
bundler (>= 1.3.0)
railties (= 5.1.7)
sprockets-rails (>= 2.0.0)
rails-assets-fancyBox (2.1.6)
rails-assets-jquery (>= 1.10)
rails-assets-jquery-mousewheel (~> 3.1.3)
rails-assets-jquery (3.4.1)
rails-assets-jquery-mousewheel (3.1.13)
rails-assets-jquery (>= 1.2.2)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
Expand Down Expand Up @@ -518,8 +511,18 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)

GEM
remote: https://rails-assets.org/
specs:
rails-assets-fancyBox (2.1.6)
rails-assets-jquery (>= 1.10)
rails-assets-jquery-mousewheel (~> 3.1.3)
rails-assets-jquery (3.4.1)
rails-assets-jquery-mousewheel (3.1.13)
rails-assets-jquery (>= 1.2.2)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
actionpack-action_caching (~> 1.2.0)
Expand Down Expand Up @@ -583,7 +586,7 @@ DEPENDENCIES
pry-rescue
puma
rabl (~> 0.14.3)
rack (~> 2.0.9)
rack (~> 2.1.4)
rack-mini-profiler (~> 0.10.7)
rack-oauth2 (~> 1.9.1)
rails (= 5.1.7)
Expand Down