Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump activerecord from 5.1.4 to 5.2.8.1 #64

Closed
wants to merge 1 commit into from
Closed
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 @@ -3,7 +3,7 @@
ruby '2.5.0'
source 'http://rubygems.org'

gem 'activerecord', '~> 5.1', '>= 5.1.4'
gem 'activerecord', '~> 5.2'
gem 'dotenv', '~> 2.2', '>= 2.2.1'
gem 'google-api-client', '~> 0.19.6'
gem 'googleauth', '~> 0.6.2'
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (5.1.4)
activesupport (= 5.1.4)
activerecord (5.1.4)
activemodel (= 5.1.4)
activesupport (= 5.1.4)
arel (~> 8.0)
activesupport (5.1.4)
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)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
aes_key_wrap (1.0.1)
arel (8.0.0)
arel (9.0.0)
backports (3.16.1)
bindata (2.4.5)
builder (3.2.3)
Expand All @@ -25,7 +25,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.10)
database_cleaner (1.6.2)
declarative (0.0.10)
declarative-option (0.1.0)
Expand Down Expand Up @@ -54,7 +54,7 @@ GEM
os (~> 0.9)
signet (~> 0.7)
httpclient (2.8.3)
i18n (0.9.5)
i18n (1.11.0)
concurrent-ruby (~> 1.0)
ims-lti (2.2.3)
addressable (~> 2.5, >= 2.5.1)
Expand All @@ -79,7 +79,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.4.0)
minitest (5.14.0)
minitest (5.15.0)
multi_json (1.14.1)
multipart-post (2.0.0)
mustermann (1.1.1)
Expand Down Expand Up @@ -175,7 +175,7 @@ GEM
sprockets (>= 2.2)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uber (0.1.0)
uglifier (4.1.6)
Expand All @@ -185,7 +185,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 5.1, >= 5.1.4)
activerecord (~> 5.2)
byebug
database_cleaner (~> 1.6, >= 1.6.2)
dotenv (~> 2.2, >= 2.2.1)
Expand Down