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

Commit

Permalink
gemspec update active_importer version
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Nov 20, 2013
1 parent 903fd70 commit a38c233
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
importr (0.0.3)
active_importer (~> 0.2.0)
active_importer (~> 0.2.4)
carrierwave
haml
rails (~> 4.0.1.rc3)
Expand All @@ -20,7 +20,7 @@ GEM
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
active_importer (0.2.1)
active_importer (0.2.4)
roo
activemodel (4.0.1)
activesupport (= 4.0.1)
Expand Down
2 changes: 1 addition & 1 deletion coverage/.resultset.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"RSpec": {
"coverage": {
},
"timestamp": 1384958491
"timestamp": 1384958622
}
}
2 changes: 1 addition & 1 deletion importr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 4.0.1.rc3"
s.add_dependency "active_importer", "~> 0.2.0"
s.add_dependency "active_importer", "~> 0.2.4"
s.add_dependency "carrierwave"
s.add_dependency "haml"
s.add_dependency "roo"
Expand Down

0 comments on commit a38c233

Please sign in to comment.