Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Bump activerecord from 4.2.0 to 5.2.8.1 #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 @@ -9,7 +9,7 @@ gem 'rake'
gem 'slim'
gem 'bcrypt'
gem 'sass'
gem 'activerecord', '4.2.0', :require => 'active_record'
gem 'activerecord', '5.2.8.1', :require => 'active_record'
gem 'mini_record'

# Test requirements
Expand Down
37 changes: 18 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (4.2.0)
activesupport (= 4.2.0)
builder (~> 3.1)
activerecord (4.2.0)
activemodel (= 4.2.0)
activesupport (= 4.2.0)
arel (~> 6.0)
activesupport (4.2.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
activemodel (5.2.8.1)
activesupport (= 5.2.8.1)
activerecord (5.2.8.1)
activemodel (= 5.2.8.1)
activesupport (= 5.2.8.1)
arel (>= 9.0)
activesupport (5.2.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
arel (9.0.0)
bcrypt (3.1.10)
builder (3.2.2)
coderay (1.1.0)
concurrent-ruby (1.1.10)
coveralls (0.8.3)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
Expand All @@ -37,16 +35,17 @@ GEM
rack (>= 1.0.0)
url_mount (~> 0.2.1)
httpclient (2.6.0.1)
i18n (0.7.0)
json (1.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (1.8.6)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
method_source (0.8.2)
mime-types (1.25.1)
mini_record (0.4.6)
activerecord (>= 3.2.0)
minitest (5.8.2)
minitest (5.15.0)
moneta (0.7.20)
multi_json (1.11.2)
netrc (0.11.0)
Expand Down Expand Up @@ -141,13 +140,13 @@ GEM
term-ansicolor (1.3.2)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (1.4.1)
tins (1.6.0)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (1.2.2)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
Expand All @@ -159,7 +158,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (= 4.2.0)
activerecord (= 5.2.8.1)
bcrypt
coveralls
database_cleaner (= 1.0.1)
Expand Down