Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer committed Jul 26, 2021
1 parent 2e12c8f commit 02afafd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 21 deletions.
42 changes: 24 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ GEM
activesupport (>= 3.0.0, < 6.2)
ruby2_keywords (>= 0.0.2, < 1.0)
arel (9.0.0)
autoprefixer-rails (10.2.4.0)
execjs
autoprefixer-rails (10.2.5.1)
execjs (> 0)
bcrypt (3.1.16)
bcrypt_pbkdf (1.1.0)
bootstrap-sass (3.4.1)
Expand Down Expand Up @@ -137,38 +137,43 @@ GEM
exception_notification (4.4.3)
actionmailer (>= 4.0, < 7)
activesupport (>= 4.0, < 7)
execjs (2.7.0)
execjs (2.8.1)
factory_bot (6.2.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (1.4.2)
faraday (1.5.1)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.0)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
ffi (1.15.3)
foreman (0.87.2)
formtastic (4.0.0)
actionpack (>= 5.2.0)
formtastic_i18n (0.6.0)
formtastic_i18n (0.7.0)
get_process_mem (0.2.7)
ffi (~> 1.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
goldiloader (4.1.0)
activerecord (>= 5.2, < 7.1)
activesupport (>= 5.2, < 7.1)
google-protobuf (3.15.8)
google-protobuf (3.17.3-universal-darwin)
google-protobuf (3.17.3-x86_64-linux)
graphiql-rails (1.7.0)
railties
sprockets-rails
Expand All @@ -184,7 +189,7 @@ GEM
hashie (4.1.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
inherited_resources (1.12.0)
inherited_resources (1.13.0)
actionpack (>= 5.2, < 6.2)
has_scope (~> 0.6)
railties (>= 5.2, < 6.2)
Expand Down Expand Up @@ -223,16 +228,16 @@ GEM
marcel (1.0.1)
method_source (1.0.0)
mini_mime (1.1.0)
mini_portile2 (2.5.3)
minitest (5.14.4)
multi_json (1.15.0)
multipart-post (2.1.1)
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
nio4r (2.5.7)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
nokogiri (1.11.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.2.3)
Expand Down Expand Up @@ -288,17 +293,17 @@ GEM
activerecord (>= 5.2.4)
activesupport (>= 5.2.4)
i18n
rb-fsevent (0.10.4)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.3.1)
rdoc (6.3.2)
redcarpet (3.5.1)
redis (4.2.5)
redis (4.3.1)
redis-actionpack (5.2.0)
actionpack (>= 5, < 7)
redis-rack (>= 2.1.0, < 3)
redis-store (>= 1.1.0, < 2)
redis-activesupport (5.2.0)
redis-activesupport (5.2.1)
activesupport (>= 3, < 7)
redis-store (>= 1.3, < 2)
redis-rack (2.1.3)
Expand Down Expand Up @@ -367,13 +372,14 @@ GEM
activesupport
warden (1.2.9)
rack (>= 2.0.9)
websocket-driver (0.7.3)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
yajl-ruby (1.4.1)

PLATFORMS
ruby
x86_64-darwin-18
x86_64-linux

DEPENDENCIES
aasm
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Image and video files in `docker/content` are tried first, if missing live data

### Ruby Version

ruby 2.6.0
ruby 2.6.5

### Dependencies

Expand Down Expand Up @@ -214,8 +214,8 @@ gpg --verify rvm-installer.asc rvm-installer
bash rvm-installer stable
source ~/.rvm/scripts/rvm
# install ruby 2.6.0
rvm install ruby-2.6.0
# install ruby 2.6.5
rvm install ruby-2.6.5
# install bundler
gem install bundler
Expand Down

0 comments on commit 02afafd

Please sign in to comment.