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
35 changes: 19 additions & 16 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 @@ -122,7 +121,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
cpf_utils (1.2.1)
crass (1.0.6)
cucumber (5.3.0)
Expand Down Expand Up @@ -213,8 +212,8 @@ GEM
flamegraph (0.9.5)
foreman (0.87.2)
fullcalendar-rails (2.0.2.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
globalid (1.0.1)
activesupport (>= 5.0)
grape (1.0.3)
activesupport
builder
Expand Down Expand Up @@ -254,7 +253,7 @@ GEM
httpclient (2.8.3)
httpi (2.0.2)
rack
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
interception (0.5)
Expand All @@ -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 All @@ -295,7 +294,7 @@ GEM
mini_mime (1.1.0)
mini_racer (0.4.0)
libv8-node (~> 15.14.0.0)
minitest (5.14.4)
minitest (5.17.0)
momentjs-rails (2.9.0)
railties (>= 3.1)
multi_test (0.1.2)
Expand Down Expand Up @@ -347,7 +346,7 @@ GEM
nio4r (~> 2.0)
rabl (0.14.5)
activesupport (>= 2.3.14)
racc (1.5.2)
racc (1.6.2)
rack (2.0.9)
rack-accept (0.4.5)
rack (>= 0.4)
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 @@ -485,7 +478,7 @@ GEM
thread_safe (0.3.6)
tilt (2.0.10)
ttfunk (1.4.0)
tzinfo (1.2.9)
tzinfo (1.2.10)
thread_safe (~> 0.1)
tzinfo-data (1.2021.1)
tzinfo (>= 1.0.0)
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