Commit ce5ea762ceb33177a8e5645ea7338fdc2bedd0c2

Authored by Rafael Manzo
1 parent c002a584

kalibro_entities updated to 0.0.1.rc2

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -37,7 +37,7 @@ gem 'jbuilder', '~> 1.2'
37 37 gem 'devise', '~> 3.1.0'
38 38  
39 39 # Kalibro integration
40   -gem 'kalibro_entities', "~> 0.0.1.rc1"
  40 +gem 'kalibro_entities', "~> 0.0.1.rc2"
41 41  
42 42 #PostgreSQL integration
43 43 gem "pg", "~> 0.17.0"
... ...
Gemfile.lock
... ... @@ -101,7 +101,7 @@ GEM
101 101 railties (>= 3.0, < 5.0)
102 102 thor (>= 0.14, < 2.0)
103 103 json (1.8.1)
104   - kalibro_entities (0.0.1.rc1)
  104 + kalibro_entities (0.0.1.rc2)
105 105 activesupport (~> 4.0.0)
106 106 savon (~> 2.3.0)
107 107 konacha (3.0.0)
... ... @@ -248,7 +248,7 @@ DEPENDENCIES
248 248 factory_girl_rails
249 249 jbuilder (~> 1.2)
250 250 jquery-rails
251   - kalibro_entities (~> 0.0.1.rc1)
  251 + kalibro_entities (~> 0.0.1.rc2)
252 252 konacha (~> 3.0.0)
253 253 mocha
254 254 modernizr-rails
... ...