Commit b5c45d2680efcd7feefd178bc29c81798631f398

Authored by Rafael Manzo
1 parent 5e84e3c6

KalibroEntities RC5

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.rc4"
  40 +gem 'kalibro_entities', "~> 0.0.1.rc5"
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.rc4)
  104 + kalibro_entities (0.0.1.rc5)
105 105 activesupport (~> 4.0.0)
106 106 savon-ng-1.6 (~> 2.4.1)
107 107 konacha (3.0.0)
... ... @@ -255,7 +255,7 @@ DEPENDENCIES
255 255 factory_girl_rails
256 256 jbuilder (~> 1.2)
257 257 jquery-rails
258   - kalibro_entities (~> 0.0.1.rc4)
  258 + kalibro_entities (~> 0.0.1.rc5)
259 259 konacha (~> 3.0.0)
260 260 mocha
261 261 modernizr-rails
... ...