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 4.0.0 to 7.0.6 #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
45 changes: 19 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,33 +1,26 @@
GIT
remote: git://github.com/financeit/encryptor.git
remote: https://github.com/financeit/encryptor.git
revision: b341e35e82df8d8ddd26db9ad07ee579c4df455e
specs:
encryptor2 (1.0.0)

GEM
remote: https://rubygems.org/
specs:
activemodel (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
activerecord (4.0.0)
activemodel (= 4.0.0)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.0)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
activemodel (7.0.6)
activesupport (= 7.0.6)
activerecord (7.0.6)
activemodel (= 7.0.6)
activesupport (= 7.0.6)
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.3.5)
arel (4.0.0)
atomic (1.1.10)
bcrypt-ruby (3.1.1)
builder (3.1.4)
coderay (1.0.9)
concurrent-ruby (1.2.2)
data_objects (0.10.13)
addressable (~> 2.1)
datamapper (1.2.0)
Expand Down Expand Up @@ -77,15 +70,16 @@ GEM
do_sqlite3 (0.10.13)
data_objects (= 0.10.13)
fastercsv (1.5.5)
i18n (0.6.4)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (1.8.0)
json_pure (1.8.0)
metaclass (0.0.1)
method_source (0.8.1)
minitest (4.7.5)
minitest (5.18.1)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.7.7)
multi_json (1.15.0)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
Expand All @@ -94,9 +88,8 @@ GEM
slop (3.4.5)
sqlite3 (1.3.7)
stringex (1.5.1)
thread_safe (0.1.0)
atomic
tzinfo (0.3.37)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uuidtools (2.1.4)

PLATFORMS
Expand All @@ -106,7 +99,7 @@ DEPENDENCIES
activerecord
datamapper
dm-sqlite-adapter
encryptor2
encryptor2!
mocha
pry
sequel
Expand Down