Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Bump i18n from 0.6.0beta1 to 0.9.5 in /rspec/ruby/1.9.1/gems/jquery-rails-1.0.19 #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 rspec/ruby/1.9.1/gems/jquery-rails-1.0.19/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ gemspec
# gem "rails", :git => "git://github.com/rails/rails.git"
gem "rack", :git => "git://github.com/rack/rack.git"
gem "sprockets", :git => "git://github.com/sstephenson/sprockets.git"
gem "i18n", "0.6.0beta1"
gem "i18n", "0.9.5"
6 changes: 4 additions & 2 deletions rspec/ruby/1.9.1/gems/jquery-rails-1.0.19/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ GEM
activesupport (3.0.5)
arel (2.0.10)
builder (2.1.2)
concurrent-ruby (1.1.10)
erubis (2.6.6)
abstract (>= 1.0.0)
hike (1.0.0)
i18n (0.6.0beta1)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
Expand Down Expand Up @@ -93,7 +95,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 1.0.0)
i18n (= 0.6.0beta1)
i18n (= 0.9.5)
jquery-rails!
rack!
rails (~> 3.0)
Expand Down