bump foreigner
This commit is contained in:
parent
2fcc6bfc5a
commit
a3dba71809
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -37,7 +37,7 @@ gem 'mysql2', '0.3.11' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
|
||||||
gem 'pg', '0.15.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
|
gem 'pg', '0.15.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
|
||||||
|
|
||||||
gem 'activerecord-import', '0.3.1'
|
gem 'activerecord-import', '0.3.1'
|
||||||
gem 'foreigner', '1.4.1'
|
gem 'foreigner', '1.4.2'
|
||||||
|
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ GEM
|
||||||
ruby-hmac
|
ruby-hmac
|
||||||
font-awesome-rails (3.1.1.3)
|
font-awesome-rails (3.1.1.3)
|
||||||
railties (>= 3.2, < 5.0)
|
railties (>= 3.2, < 5.0)
|
||||||
foreigner (1.4.1)
|
foreigner (1.4.2)
|
||||||
activerecord (>= 3.0.0)
|
activerecord (>= 3.0.0)
|
||||||
foreman (0.62.0)
|
foreman (0.62.0)
|
||||||
thor (>= 0.13.6)
|
thor (>= 0.13.6)
|
||||||
|
|
@ -434,7 +434,7 @@ DEPENDENCIES
|
||||||
faraday_middleware (= 0.9.0)
|
faraday_middleware (= 0.9.0)
|
||||||
fixture_builder (= 0.3.6)
|
fixture_builder (= 0.3.6)
|
||||||
fog (= 1.12.1)
|
fog (= 1.12.1)
|
||||||
foreigner (= 1.4.1)
|
foreigner (= 1.4.2)
|
||||||
foreman (= 0.62)
|
foreman (= 0.62)
|
||||||
fuubar (= 1.1.1)
|
fuubar (= 1.1.1)
|
||||||
gon (= 4.1.1)
|
gon (= 4.1.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue