Skip to content

Commit

Permalink
create a Gemfile for threadsafe AR
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter McCracken committed Feb 19, 2014
1 parent 43607bf commit 7c66eba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
source "https://rubygems.org"

gemspec

gem 'activeresource', :git => 'git://github.com/peterjm/activeresource', :ref => '96c57a9069'
25 changes: 9 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
GIT
remote: git://github.com/peterjm/activeresource
revision: 96c57a9069c4dadd60df6e341dbd902d5cdd2c1b
ref: 96c57a9069
specs:
activeresource (4.0.0)
activemodel (~> 4.0)
activesupport (~> 4.0)
rails-observers (~> 0.1.2)

PATH
remote: .
specs:
Expand All @@ -18,10 +8,14 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (4.0.2)
activesupport (= 4.0.2)
activemodel (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
activesupport (4.0.2)
activeresource (4.0.0)
activemodel (~> 4.0)
activesupport (~> 4.0)
rails-observers (~> 0.1.1)
activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
Expand All @@ -30,12 +24,12 @@ GEM
atomic (1.1.14)
builder (3.1.4)
fakeweb (1.3.0)
i18n (0.6.9)
i18n (0.6.5)
metaclass (0.0.1)
minitest (4.7.5)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.8.4)
multi_json (1.8.2)
rails-observers (0.1.2)
activemodel (~> 4.0)
rake (10.1.0)
Expand All @@ -48,7 +42,6 @@ PLATFORMS
ruby

DEPENDENCIES
activeresource!
fakeweb
mocha (>= 0.9.8)
rake
Expand Down
5 changes: 5 additions & 0 deletions Gemfile_ar40threadsafe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source "https://rubygems.org"

gemspec

gem 'activeresource', :git => 'git://github.com/peterjm/activeresource', :ref => '47e7f181d9'

0 comments on commit 7c66eba

Please sign in to comment.