Skip to content

Commit

Permalink
rails minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
zflat committed Dec 5, 2021
1 parent 1b8bdb2 commit 7a4f6fa
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'rails', '4.2.4'
gem 'rails', '~>4'

# execjs compatible javascript runtime
gem 'execjs', '~>2.7.0'
Expand Down
64 changes: 31 additions & 33 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,38 +66,37 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.4)
actionpack (= 4.2.4)
actionview (= 4.2.4)
activejob (= 4.2.4)
actionmailer (4.2.11.3)
actionpack (= 4.2.11.3)
actionview (= 4.2.11.3)
activejob (= 4.2.11.3)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.4)
actionview (= 4.2.4)
activesupport (= 4.2.4)
actionpack (4.2.11.3)
actionview (= 4.2.11.3)
activesupport (= 4.2.11.3)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.4)
activesupport (= 4.2.4)
actionview (4.2.11.3)
activesupport (= 4.2.11.3)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.4)
activesupport (= 4.2.4)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (4.2.11.3)
activesupport (= 4.2.11.3)
globalid (>= 0.3.0)
activemodel (4.2.4)
activesupport (= 4.2.4)
activemodel (4.2.11.3)
activesupport (= 4.2.11.3)
builder (~> 3.1)
activerecord (4.2.4)
activemodel (= 4.2.4)
activesupport (= 4.2.4)
activerecord (4.2.11.3)
activemodel (= 4.2.11.3)
activesupport (= 4.2.11.3)
arel (~> 6.0)
activesupport (4.2.4)
activesupport (4.2.11.3)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
Expand Down Expand Up @@ -217,7 +216,6 @@ GEM
railties (>= 3.2.16)
jquery-ui-themes (0.0.12)
httparty
json (1.8.6)
libnotify (0.5.9)
ffi (~> 1.0.0)
libv8 (3.16.14.19)
Expand Down Expand Up @@ -276,16 +274,16 @@ GEM
rack-utf8_sanitizer (1.7.0)
rack (>= 1.0, < 3.0)
railroady (1.6.0)
rails (4.2.4)
actionmailer (= 4.2.4)
actionpack (= 4.2.4)
actionview (= 4.2.4)
activejob (= 4.2.4)
activemodel (= 4.2.4)
activerecord (= 4.2.4)
activesupport (= 4.2.4)
rails (4.2.11.3)
actionmailer (= 4.2.11.3)
actionpack (= 4.2.11.3)
actionview (= 4.2.11.3)
activejob (= 4.2.11.3)
activemodel (= 4.2.11.3)
activerecord (= 4.2.11.3)
activesupport (= 4.2.11.3)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.4)
railties (= 4.2.11.3)
sprockets-rails
rails-deprecated_sanitizer (1.0.4)
activesupport (>= 4.2.0.alpha)
Expand All @@ -300,9 +298,9 @@ GEM
ruby-graphviz (~> 1.0.4)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (4.2.4)
actionpack (= 4.2.4)
activesupport (= 4.2.4)
railties (4.2.11.3)
actionpack (= 4.2.11.3)
activesupport (= 4.2.11.3)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (13.0.6)
Expand Down Expand Up @@ -434,7 +432,7 @@ DEPENDENCIES
rack-protection (~> 1.5.3)
rack-utf8_sanitizer
railroady (~> 1)
rails (= 4.2.4)
rails (~> 4)
rails-erd (~> 1.1.0)
rb-inotify (~> 0.9)
rqrcode-rails3 (~> 0.1.7)
Expand Down

0 comments on commit 7a4f6fa

Please sign in to comment.