Skip to content

Commit

Permalink
Merge pull request #674 from crest-cassia/upgrade_bootsnap
Browse files Browse the repository at this point in the history
update bootsnap gem to support Ruby2.7
  • Loading branch information
yohm committed Jan 1, 2020
2 parents 71f6580 + ffbf413 commit 088dfb4
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 55 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
rvm:
- "2.6.0"
- "2.7.0"
- "2.6.5"
services:
- mongodb
- redis-server
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
# source 'https://rubygems.org'
# Commented out to avoid duplicate `source`. Primary source is specified in rb_call/Gemfile.

gem 'rails', '~> 5.2'
gem "puma"
Expand All @@ -8,6 +9,7 @@ gem "ed25519", '>= 1.2', '< 2.0' # support openssh format: https://github.com/n
gem "bcrypt_pbkdf", '>= 1.0', '< 2.0'
gem "jbuilder"
gem "redis", '~> 3.0'
gem "e2mmap" # since ruby 2.7.0, e2mmap is removed from the standard library

gem 'bootsnap', require: false
gem 'irb', require: false # from Ruby2.6.0, irb is distributed as a default gem
Expand Down
108 changes: 55 additions & 53 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,43 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.3)
actionpack (= 5.2.3)
actioncable (5.2.4.1)
actionpack (= 5.2.4.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.3)
actionpack (= 5.2.3)
actionview (= 5.2.3)
activejob (= 5.2.3)
actionmailer (5.2.4.1)
actionpack (= 5.2.4.1)
actionview (= 5.2.4.1)
activejob (= 5.2.4.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.3)
actionview (= 5.2.3)
activesupport (= 5.2.3)
rack (~> 2.0)
actionpack (5.2.4.1)
actionview (= 5.2.4.1)
activesupport (= 5.2.4.1)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.3)
activesupport (= 5.2.3)
actionview (5.2.4.1)
activesupport (= 5.2.4.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.3)
activesupport (= 5.2.3)
activejob (5.2.4.1)
activesupport (= 5.2.4.1)
globalid (>= 0.3.6)
activemodel (5.2.3)
activesupport (= 5.2.3)
activerecord (5.2.3)
activemodel (= 5.2.3)
activesupport (= 5.2.3)
activemodel (5.2.4.1)
activesupport (= 5.2.4.1)
activerecord (5.2.4.1)
activemodel (= 5.2.4.1)
activesupport (= 5.2.4.1)
arel (>= 9.0)
activestorage (5.2.3)
actionpack (= 5.2.3)
activerecord (= 5.2.3)
activestorage (5.2.4.1)
actionpack (= 5.2.4.1)
activerecord (= 5.2.4.1)
marcel (~> 0.3.1)
activesupport (5.2.3)
activesupport (5.2.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -54,15 +54,15 @@ GEM
autoprefixer-rails (9.6.0)
execjs
bcrypt_pbkdf (1.0.1)
bootsnap (1.4.4)
bootsnap (1.4.5)
msgpack (~> 1.0)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
bootswatch-rails (3.3.5)
railties (>= 3.1)
bson (4.5.0)
builder (3.2.3)
bson (4.7.0)
builder (3.2.4)
byebug (11.0.1)
coderay (1.1.2)
concurrent-ruby (1.1.5)
Expand All @@ -74,8 +74,9 @@ GEM
database_cleaner (1.7.0)
diff-lcs (1.3)
dynatree-rails (1.2.6)
e2mmap (0.1.0)
ed25519 (1.2.4)
erubi (1.8.0)
erubi (1.9.0)
erubis (2.7.0)
execjs (2.7.0)
factory_bot (5.0.2)
Expand Down Expand Up @@ -104,7 +105,7 @@ GEM
haml (>= 4.0, < 6)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
i18n (1.6.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
irb (1.0.0)
jbuilder (2.9.1)
Expand All @@ -129,13 +130,13 @@ GEM
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mini_mime (1.0.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
mongo (2.9.0)
bson (>= 4.4.2, < 5.0.0)
mongoid (7.0.4)
activemodel (>= 5.1, < 6.0.0)
minitest (5.13.0)
mongo (2.11.2)
bson (>= 4.6.0, < 5.0.0)
mongoid (7.0.5)
activemodel (>= 5.1, < 6.1)
mongo (>= 2.5.1, < 3.0.0)
msgpack (1.0.3)
net-ssh (5.2.0)
Expand All @@ -155,18 +156,18 @@ GEM
rack (2.0.8)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.3)
actioncable (= 5.2.3)
actionmailer (= 5.2.3)
actionpack (= 5.2.3)
actionview (= 5.2.3)
activejob (= 5.2.3)
activemodel (= 5.2.3)
activerecord (= 5.2.3)
activestorage (= 5.2.3)
activesupport (= 5.2.3)
rails (5.2.4.1)
actioncable (= 5.2.4.1)
actionmailer (= 5.2.4.1)
actionpack (= 5.2.4.1)
actionview (= 5.2.4.1)
activejob (= 5.2.4.1)
activemodel (= 5.2.4.1)
activerecord (= 5.2.4.1)
activestorage (= 5.2.4.1)
activesupport (= 5.2.4.1)
bundler (>= 1.3.0)
railties (= 5.2.3)
railties (= 5.2.4.1)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.x)
Expand All @@ -175,15 +176,15 @@ 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)
railties (5.2.3)
actionpack (= 5.2.3)
activesupport (= 5.2.3)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (5.2.4.1)
actionpack (= 5.2.4.1)
activesupport (= 5.2.4.1)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (12.3.2)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
Expand Down Expand Up @@ -237,10 +238,10 @@ GEM
sys-filesystem (1.2.0)
ffi
temple (0.8.1)
thor (0.20.3)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.9)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
Expand All @@ -258,6 +259,7 @@ DEPENDENCIES
daemon-spawn
database_cleaner
dynatree-rails
e2mmap
ed25519 (>= 1.2, < 2.0)
factory_bot_rails
faker
Expand Down

0 comments on commit 088dfb4

Please sign in to comment.