Skip to content

Commit

Permalink
Add Gemfile.lock for each Rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Mar 23, 2017
1 parent c26891e commit 3224e95
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 0 deletions.
32 changes: 32 additions & 0 deletions gemfiles/Gemfile.rails-3.2.x.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
PATH
remote: ..
specs:
i18n (0.8.1)

GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.22.5)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
metaclass (0.0.4)
minitest (5.10.1)
mocha (1.2.1)
metaclass (~> 0.0.1)
multi_json (1.12.1)
rake (12.0.0)
test_declarative (0.0.5)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 3.2.0)
i18n!
minitest
mocha
rake
test_declarative

BUNDLED WITH
1.14.6
37 changes: 37 additions & 0 deletions gemfiles/Gemfile.rails-4.0.x.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
PATH
remote: ..
specs:
i18n (0.8.1)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.0.13)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
metaclass (0.0.4)
minitest (4.7.5)
mocha (1.2.1)
metaclass (~> 0.0.1)
multi_json (1.12.1)
rake (12.0.0)
test_declarative (0.0.5)
thread_safe (0.3.6)
tzinfo (0.3.53)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 4.0.0)
i18n!
minitest
mocha
rake
test_declarative

BUNDLED WITH
1.14.6
38 changes: 38 additions & 0 deletions gemfiles/Gemfile.rails-4.1.x.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
PATH
remote: ..
specs:
i18n (0.8.1)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.1.16)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
json (1.8.6)
metaclass (0.0.4)
minitest (5.10.1)
mocha (1.2.1)
metaclass (~> 0.0.1)
rake (12.0.0)
test_declarative (0.0.5)
thread_safe (0.3.6)
tzinfo (1.2.2)
thread_safe (~> 0.1)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 4.1.0)
i18n!
minitest
mocha
rake
test_declarative

BUNDLED WITH
1.14.6
36 changes: 36 additions & 0 deletions gemfiles/Gemfile.rails-4.2.x.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
PATH
remote: ..
specs:
i18n (0.8.1)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.8)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
metaclass (0.0.4)
minitest (5.10.1)
mocha (1.2.1)
metaclass (~> 0.0.1)
rake (12.0.0)
test_declarative (0.0.5)
thread_safe (0.3.6)
tzinfo (1.2.2)
thread_safe (~> 0.1)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 4.2.0)
i18n!
minitest
mocha
rake
test_declarative

BUNDLED WITH
1.14.6
37 changes: 37 additions & 0 deletions gemfiles/Gemfile.rails-5.0.x.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
PATH
remote: ..
specs:
i18n (0.8.1)

GEM
remote: https://rubygems.org/
specs:
activesupport (5.0.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
concurrent-ruby (1.0.5)
metaclass (0.0.4)
minitest (5.10.1)
mocha (1.2.1)
metaclass (~> 0.0.1)
rake (12.0.0)
test_declarative (0.0.5)
thread_safe (0.3.6)
tzinfo (1.2.2)
thread_safe (~> 0.1)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 5.0.0)
i18n!
minitest
mocha
rake
test_declarative

BUNDLED WITH
1.14.6
43 changes: 43 additions & 0 deletions gemfiles/Gemfile.rails-master.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
GIT
remote: git://github.com/rails/rails.git
revision: 49aa974ec8b15721d53b3b6abea88bd6ba433a68
branch: master
specs:
activesupport (5.1.0.alpha)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)

PATH
remote: ..
specs:
i18n (0.8.1)

GEM
remote: https://rubygems.org/
specs:
concurrent-ruby (1.0.5)
metaclass (0.0.4)
minitest (5.10.1)
mocha (1.2.1)
metaclass (~> 0.0.1)
rake (12.0.0)
test_declarative (0.0.5)
thread_safe (0.3.6)
tzinfo (1.2.2)
thread_safe (~> 0.1)

PLATFORMS
ruby

DEPENDENCIES
activesupport!
i18n!
minitest
mocha
rake
test_declarative

BUNDLED WITH
1.14.6

0 comments on commit 3224e95

Please sign in to comment.