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

Commit

Permalink
Update gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Feb 4, 2012
1 parent 0cbb11f commit a671ebf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion realtime-validations-simple/Gemfile
Expand Up @@ -11,4 +11,4 @@ end

gem 'jquery-rails'

gem 'realtime-validations', '~> 0.2.3'
gem 'realtime-validations', :git => 'git://github.com/ereslibre/realtime-validations.git'
21 changes: 13 additions & 8 deletions realtime-validations-simple/Gemfile.lock
@@ -1,3 +1,11 @@
GIT
remote: git://github.com/ereslibre/realtime-validations.git
revision: abca990efee2fd356951e6cbdfd5783aa8ab0967
specs:
realtime-validations (0.3.1)
jquery-rails (>= 1.0.19)
rails (>= 3.1.3)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -39,14 +47,14 @@ GEM
execjs
coffee-script-source (1.2.0)
erubis (2.7.0)
execjs (1.2.13)
execjs (1.3.0)
multi_json (~> 1.0)
hike (1.2.1)
i18n (0.6.0)
jquery-rails (1.0.19)
railties (~> 3.0)
thor (~> 0.14)
json (1.6.4)
json (1.6.5)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand Down Expand Up @@ -81,10 +89,7 @@ GEM
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
realtime-validations (0.2.3)
jquery-rails (>= 1.0.19)
rails (>= 3.1.3)
sass (3.1.12)
sass (3.1.13)
sass-rails (3.1.5)
actionpack (~> 3.1.0)
railties (~> 3.1.0)
Expand All @@ -101,7 +106,7 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
uglifier (1.2.1)
uglifier (1.2.3)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)

Expand All @@ -112,7 +117,7 @@ DEPENDENCIES
coffee-rails (~> 3.1.1)
jquery-rails
rails (~> 3.1.3)
realtime-validations (~> 0.2.3)
realtime-validations!
sass-rails (~> 3.1.5)
sqlite3
uglifier (>= 1.0.3)

0 comments on commit a671ebf

Please sign in to comment.